| Bouncy Castle Cryptography Library 1.33 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.jce.provider.JCEPBEKeypublic class JCEPBEKeyextends java.lang.Objectimplements PBEKeyConstructor 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()