org.bouncycastle.cms
Class CMSPBEKey
java.lang.Object
org.bouncycastle.cms.CMSPBEKey
- PBEKey
public abstract class CMSPBEKey
extends java.lang.Object
implements PBEKey
CMSPBEKey(char[] password, byte[] salt, int iterationCount)
|
CMSPBEKey
public CMSPBEKey(char[] password,
byte[] salt,
int iterationCount)
getAlgorithm
public String getAlgorithm()
getEncoded
public byte[] getEncoded()
getFormat
public String getFormat()
getIterationCount
public int getIterationCount()
getPassword
public char[] getPassword()
getSalt
public byte[] getSalt()