public class

JCEPBEKey

extends Object
implements PBEKey
java.lang.Object
   ↳ org.bouncycastle.jce.provider.JCEPBEKey

Summary

[Expand]
Inherited Constants
From interface java.security.Key
From interface javax.crypto.SecretKey
From interface javax.crypto.interfaces.PBEKey
Public Constructors
JCEPBEKey(String algorithm, DERObjectIdentifier oid, int type, int digest, int keySize, int ivSize, PBEKeySpec pbeKeySpec, CipherParameters param)
Public Methods
String getAlgorithm()
byte[] getEncoded()
String getFormat()
int getIterationCount()
DERObjectIdentifier getOID()
char[] getPassword()
byte[] getSalt()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.security.Key
From interface javax.crypto.interfaces.PBEKey

Public Constructors

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

Public Methods

public String getAlgorithm ()

public byte[] getEncoded ()

public String getFormat ()

public int getIterationCount ()

public DERObjectIdentifier getOID ()

public char[] getPassword ()

public byte[] getSalt ()