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

    Modifier and Type
    Method
    Description
    void
    use(byte[] bytes)
     
  • Method Details

    • use

      void use(byte[] bytes)