Class FipsKDF.TwoStepKDFKey

java.lang.Object
org.bouncycastle.crypto.fips.FipsKDF.TwoStepKDFKey
Enclosing class:
FipsKDF

public static final class FipsKDF.TwoStepKDFKey extends Object
Parameters for the Two Step key derivation function.
  • Constructor Details

    • TwoStepKDFKey

      public TwoStepKDFKey(FipsKDF.PRF prf, byte[] keyValue)
  • Method Details

    • getPRF

      public FipsKDF.PRF getPRF()
    • getKey

      public byte[] getKey()