org.bouncycastle.cms

Class CMSPBEKey

Implemented Interfaces:
PBEKey
Known Direct Subclasses:
PKCS5Scheme2PBEKey

public abstract class CMSPBEKey
extends java.lang.Object
implements PBEKey

Constructor Summary

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

Method Summary

String
getAlgorithm()
byte[]
getEncoded()
String
getFormat()
int
getIterationCount()
char[]
getPassword()
byte[]
getSalt()

Constructor Details

CMSPBEKey

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

Method Details

getAlgorithm

public String getAlgorithm()

getEncoded

public byte[] getEncoded()

getFormat

public String getFormat()

getIterationCount

public int getIterationCount()

getPassword

public char[] getPassword()

getSalt

public byte[] getSalt()