public class PKCS12KeyWithParameters extends PKCS12Key implements javax.crypto.interfaces.PBEKey
| Constructor and Description |
|---|
PKCS12KeyWithParameters(char[] password,
byte[] salt,
int iterationCount)
Basic constructor for a password based key with generation parameters.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIterationCount() |
byte[] |
getSalt() |
getAlgorithm, getEncoded, getFormat, getPasswordpublic PKCS12KeyWithParameters(char[] password,
byte[] salt,
int iterationCount)
password - password to use.salt - salt for generation algorithmiterationCount - iteration count for generation algorithm.