
|
Bouncy Castle Cryptography 1.11 API Specification: Class PKCS12PBEParams
org.bouncycastle.asn1.pkcs
Class PKCS12PBEParams
java.lang.Object
|
+--org.bouncycastle.asn1.pkcs.PKCS12PBEParams
- All Implemented Interfaces:
- DEREncodable
- public class PKCS12PBEParams
- extends java.lang.Object
- implements DEREncodable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PKCS12PBEParams
public PKCS12PBEParams(byte[] salt,
int iterations)
PKCS12PBEParams
public PKCS12PBEParams(DERConstructedSequence seq)
getIterations
public java.math.BigInteger getIterations()
getIV
public byte[] getIV()
getDERObject
public DERObject getDERObject()
- Specified by:
getDERObject in interface DEREncodable
|