Class KeyParameter

    • Constructor Summary

      Constructors 
      Constructor Description
      KeyParameter​(byte[] key)  
      KeyParameter​(byte[] key, int keyOff, int keyLen)  
    • Method Summary

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

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

      • KeyParameter

        public KeyParameter​(byte[] key)
      • KeyParameter

        public KeyParameter​(byte[] key,
                            int keyOff,
                            int keyLen)
    • Method Detail

      • getKey

        public byte[] getKey()