public class PKCS5Scheme2UTF8PBEKey extends CMSPBEKey
serialVersionUID| Constructor and Description |
|---|
PKCS5Scheme2UTF8PBEKey(char[] password,
AlgorithmParameters pbeParams) |
PKCS5Scheme2UTF8PBEKey(char[] password,
byte[] salt,
int iterationCount) |
getAlgorithm, getEncoded, getFormat, getIterationCount, getParamSpec, getPassword, getSaltpublic PKCS5Scheme2UTF8PBEKey(char[] password,
byte[] salt,
int iterationCount)
public PKCS5Scheme2UTF8PBEKey(char[] password,
AlgorithmParameters pbeParams)
throws InvalidAlgorithmParameterException
Copyright © 2014. All rights reserved.