Class GSKKFDGenerator
- java.lang.Object
-
- org.bouncycastle.crypto.agreement.kdf.GSKKFDGenerator
-
- All Implemented Interfaces:
DerivationFunction,DigestDerivationFunction
public class GSKKFDGenerator extends java.lang.Object implements DigestDerivationFunction
BSI Key Derivation Function for Session Keys (see BSI-TR-03111 Section 4.3.3)
-
-
Constructor Summary
Constructors Constructor Description GSKKFDGenerator(Digest digest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgenerateBytes(byte[] out, int outOff, int len)DigestgetDigest()return the message digest used as the basis for the functionvoidinit(DerivationParameters param)
-
-
-
Constructor Detail
-
GSKKFDGenerator
public GSKKFDGenerator(Digest digest)
-
-
Method Detail
-
getDigest
public Digest getDigest()
Description copied from interface:DigestDerivationFunctionreturn the message digest used as the basis for the function- Specified by:
getDigestin interfaceDigestDerivationFunction
-
init
public void init(DerivationParameters param)
- Specified by:
initin interfaceDerivationFunction
-
generateBytes
public int generateBytes(byte[] out, int outOff, int len) throws DataLengthException, java.lang.IllegalArgumentException- Specified by:
generateBytesin interfaceDerivationFunction- Throws:
DataLengthExceptionjava.lang.IllegalArgumentException
-
-