|
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.crypto.generators.KDFDoublePipelineIterationBytesGenerator
This KDF has been defined by the publicly available NIST SP 800-108 specification.
| Constructor Summary | |
KDFDoublePipelineIterationBytesGenerator(Mac prf)
|
|
| Method Summary | |
int |
generateBytes(byte[] out,
int outOff,
int len)
|
Mac |
getMac()
return the MAC used as the basis for the function |
void |
init(DerivationParameters params)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public KDFDoublePipelineIterationBytesGenerator(Mac prf)
| Method Detail |
public void init(DerivationParameters params)
init in interface DerivationFunctionpublic Mac getMac()
MacDerivationFunctiongetMac in interface MacDerivationFunctionorg.bouncycastle.crypto.MacDerivationFunction
public int generateBytes(byte[] out,
int outOff,
int len)
throws DataLengthException,
java.lang.IllegalArgumentException
generateBytes in interface DerivationFunction
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||