org.bouncycastle.jce.provider

Class JCEPBEKey

public class JCEPBEKey extends Object implements PBEKey

Constructor Summary
JCEPBEKey(String algorithm, DERObjectIdentifier oid, int type, int digest, int keySize, int ivSize, PBEKeySpec pbeKeySpec, CipherParameters param)
Method Summary
StringgetAlgorithm()
byte[]getEncoded()
StringgetFormat()
intgetIterationCount()
DERObjectIdentifiergetOID()
char[]getPassword()
byte[]getSalt()

Constructor Detail

JCEPBEKey

public JCEPBEKey(String algorithm, DERObjectIdentifier oid, int type, int digest, int keySize, int ivSize, PBEKeySpec pbeKeySpec, CipherParameters param)

Parameters: param

Method Detail

getAlgorithm

public String getAlgorithm()

getEncoded

public byte[] getEncoded()

getFormat

public String getFormat()

getIterationCount

public int getIterationCount()

getOID

public DERObjectIdentifier getOID()

getPassword

public char[] getPassword()

getSalt

public byte[] getSalt()