Uses of Class
cloud.opencode.base.crypto.util.SecureBytes
Packages that use SecureBytes
-
Uses of SecureBytes in cloud.opencode.base.crypto.util
Methods in cloud.opencode.base.crypto.util that return SecureBytesModifier and TypeMethodDescriptionstatic SecureBytesSecureBytes.of(byte[] data) Create a SecureBytes instance with a defensive copy of the input data.static SecureBytesSecureBytes.wrap(byte[] data) Create a SecureBytes instance that takes ownership of the given array (zero-copy).