public class PKCS5Scheme2PBEKey extends CMSPBEKey
| Constructor and Description |
|---|
PKCS5Scheme2PBEKey(char[] password,
java.security.AlgorithmParameters pbeParams) |
PKCS5Scheme2PBEKey(char[] password,
byte[] salt,
int iterationCount) |
getAlgorithm, getEncoded, getFormat, getIterationCount, getParamSpec, getPassword, getSaltpublic PKCS5Scheme2PBEKey(char[] password,
byte[] salt,
int iterationCount)
public PKCS5Scheme2PBEKey(char[] password,
java.security.AlgorithmParameters pbeParams)
throws java.security.InvalidAlgorithmParameterException
java.security.InvalidAlgorithmParameterException