|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.params.ParametersWithSalt
public class 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.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |