Class KeyParameter

    • Constructor Detail

      • KeyParameter

        public KeyParameter​(byte[] key)
      • KeyParameter

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

      • copyTo

        public void copyTo​(byte[] buf,
                           int off,
                           int len)
      • getKey

        public byte[] getKey()
      • getKeyLength

        public int getKeyLength()