org.bouncycastle.jce.provider

Class JCEPBEKey

Implemented Interfaces:
PBEKey

public class JCEPBEKey
extends java.lang.Object
implements PBEKey

Constructor Summary

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

Method Summary

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

Constructor Details

JCEPBEKey

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

Method Details

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()