Class GSKKDFParameters
- java.lang.Object
-
- org.bouncycastle.crypto.agreement.kdf.GSKKDFParameters
-
- All Implemented Interfaces:
DerivationParameters
public class GSKKDFParameters extends java.lang.Object implements DerivationParameters
BSI Key Derivation Function Parameters for Session Keys (see BSI-TR-03111 Section 4.3.3)
-
-
Constructor Summary
Constructors Constructor Description GSKKDFParameters(byte[] z, int startCounter)
GSKKDFParameters(byte[] z, int startCounter, byte[] nonce)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getNonce()
int
getStartCounter()
byte[]
getZ()
-