Class SymmetricKeyHandler


  • public class SymmetricKeyHandler
    extends Object
    Some common functionality relating to parsing and generating Symmetric Keys.
    • Method Detail

      • createSymmetricKey

        public void createSymmetricKey()
        Create the Symmetric Key
      • getKeySize

        public long getKeySize()
        Get the KeySize.
      • getEntropyBytes

        public byte[] getEntropyBytes()
        Get the Entropy bytes
      • getSecret

        public byte[] getSecret()
        Get the secret
      • isComputedKey

        public boolean isComputedKey()
        Get whether this is a computed key or not