Class KeyParameter

java.lang.Object
com.ongres.scram.common.bouncycastle.pbkdf2.KeyParameter
All Implemented Interfaces:
CipherParameters

public class KeyParameter extends Object implements CipherParameters
  • Field Details

    • key

      private byte[] key
  • Constructor Details

    • KeyParameter

      public KeyParameter(byte[] key)
    • KeyParameter

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

    • getKey

      public byte[] getKey()