|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.agreement.kdf.GSKKDFParameters
BSI Key Derivation Function Parameters for Session Keys (see BSI-TR-03111 Section 4.3.3)
Constructor Summary | |
GSKKDFParameters(byte[] z,
int startCounter)
|
|
GSKKDFParameters(byte[] z,
int startCounter,
byte[] nonce)
|
Method Summary | |
byte[] |
getNonce()
|
int |
getStartCounter()
|
byte[] |
getZ()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GSKKDFParameters(byte[] z, int startCounter)
public GSKKDFParameters(byte[] z, int startCounter, byte[] nonce)
Method Detail |
public byte[] getZ()
public int getStartCounter()
public byte[] getNonce()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |