|
Bouncy Castle Cryptography 1.19 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.bouncycastle.asn1.pkcs.PKCS12PBEParams
| Constructor Summary | |
PKCS12PBEParams(ASN1Sequence seq)
|
|
PKCS12PBEParams(byte[] salt,
int iterations)
|
|
| Method Summary | |
DERObject |
getDERObject()
|
static PKCS12PBEParams |
getInstance(java.lang.Object obj)
|
java.math.BigInteger |
getIterations()
|
byte[] |
getIV()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PKCS12PBEParams(byte[] salt,
int iterations)
public PKCS12PBEParams(ASN1Sequence seq)
| Method Detail |
public static PKCS12PBEParams getInstance(java.lang.Object obj)
public java.math.BigInteger getIterations()
public byte[] getIV()
public DERObject getDERObject()
getDERObject in interface DEREncodable
|
Bouncy Castle Cryptography 1.19 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||