Package org.apache.shiro.crypto.cipher
Interface ByteSourceUser
public interface ByteSourceUser
ByteSourceBroker.useBytes(ByteSourceUser) method requires ByteSourceUser argument,
and developers should implement how we use the byte arrays in our code-base.
The byte array "bytes" could be a decrypted password in plaintext format, or other sensitive information that needs to be erased at end of use.
-
Method Summary
-
Method Details
-
use
void use(byte[] bytes)
-