Bouncy Castle Cryptography Library 1.39 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.jce.provider.JCEPBEKey
public class JCEPBEKey
extends java.lang.Object
implements PBEKey
Constructor Summary | |
|
Method Summary | |
String | |
byte[] | |
String | |
int | |
DERObjectIdentifier |
|
char[] | |
byte[] |
|
public JCEPBEKey(String algorithm, DERObjectIdentifier oid, int type, int digest, int keySize, int ivSize, PBEKeySpec pbeKeySpec, CipherParameters param)
- Parameters:
param
-
public String getAlgorithm()
public byte[] getEncoded()
public String getFormat()
public int getIterationCount()
public char[] getPassword()
public byte[] getSalt()