public class PKCS5Scheme2PBEKey extends CMSPBEKey
serialVersionUID
Constructor and Description |
---|
PKCS5Scheme2PBEKey(char[] password,
AlgorithmParameters pbeParams) |
PKCS5Scheme2PBEKey(char[] password,
byte[] salt,
int iterationCount) |
getAlgorithm, getEncoded, getFormat, getIterationCount, getParamSpec, getPassword, getSalt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy, isDestroyed
public PKCS5Scheme2PBEKey(char[] password, byte[] salt, int iterationCount)
public PKCS5Scheme2PBEKey(char[] password, AlgorithmParameters pbeParams) throws InvalidAlgorithmParameterException
Copyright © 2015. All rights reserved.