|
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.params.MGFParameters
parameters for mask derivation functions.
Constructor Summary | |
MGFParameters(byte[] seed)
|
|
MGFParameters(byte[] seed,
int off,
int len)
|
Method Summary | |
byte[] |
getSeed()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MGFParameters(byte[] seed)
public MGFParameters(byte[] seed, int off, int len)
Method Detail |
public byte[] getSeed()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |