org.bouncycastle.cms

Class CMSPBEKey

public abstract class CMSPBEKey extends Object implements PBEKey

Constructor Summary
CMSPBEKey(char[] password, byte[] salt, int iterationCount)
Method Summary
StringgetAlgorithm()
byte[]getEncoded()
StringgetFormat()
intgetIterationCount()
char[]getPassword()
byte[]getSalt()

Constructor Detail

CMSPBEKey

public CMSPBEKey(char[] password, byte[] salt, int iterationCount)

Method Detail

getAlgorithm

public String getAlgorithm()

getEncoded

public byte[] getEncoded()

getFormat

public String getFormat()

getIterationCount

public int getIterationCount()

getPassword

public char[] getPassword()

getSalt

public byte[] getSalt()