Class KeyParameter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] key  
    • 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
    • Field Detail

      • key

        private byte[] key
    • Constructor Detail

      • KeyParameter

        public KeyParameter​(byte[] key)
      • KeyParameter

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

      • getKey

        public byte[] getKey()