Class SymmetricKeyImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      SymmetricKeyImpl​(byte[] key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getKey()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SymmetricKeyImpl

        public SymmetricKeyImpl​(byte[] key)
    • Method Detail

      • getKey

        public byte[] getKey()