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