Uses of Class
io.github.pratiyush.totp.internal.SecureBytes
Packages that use SecureBytes
Package
Description
Internal implementation classes for the TOTP library.
-
Uses of SecureBytes in io.github.pratiyush.totp.internal
Methods in io.github.pratiyush.totp.internal that return SecureBytesModifier and TypeMethodDescriptionstatic SecureBytesSecureBytes.copyOf(byte[] data) Creates a copy of the given byte array.static SecureBytesSecureBytes.copyOfRange(byte[] data, int offset, int length) Creates a SecureBytes from a portion of the given array.static SecureBytesSecureBytes.wrap(byte[] data) Wraps an existing byte array.