|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.pqc.jcajce.provider.util.KdfUtil
Constructor Summary | |
KdfUtil()
|
Method Summary | |
static byte[] |
makeKeyBytes(KEMKDFSpec kdfSpec,
byte[] secret)
Generate a byte[] secret key from the passed in secret. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KdfUtil()
Method Detail |
public static byte[] makeKeyBytes(KEMKDFSpec kdfSpec, byte[] secret)
kdfSpec
- definition of the KDF and the output size to produce.secret
- the secret value to initialize the KDF with (erased after secret key generation).
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |