|
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.ParametersWithSalt
Cipher parameters with a fixed salt value associated with them.
Constructor Summary | |
ParametersWithSalt(CipherParameters parameters,
byte[] salt)
|
|
ParametersWithSalt(CipherParameters parameters,
byte[] salt,
int saltOff,
int saltLen)
|
Method Summary | |
CipherParameters |
getParameters()
|
byte[] |
getSalt()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParametersWithSalt(CipherParameters parameters, byte[] salt)
public ParametersWithSalt(CipherParameters parameters, byte[] salt, int saltOff, int saltLen)
Method Detail |
public byte[] getSalt()
public CipherParameters getParameters()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |