org.gudy.bouncycastle.asn1.pkcs
Class PKCS12PBEParams
java.lang.Object
org.gudy.bouncycastle.asn1.pkcs.PKCS12PBEParams
- All Implemented Interfaces:
- DEREncodable
public class PKCS12PBEParams
- extends 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(ASN1Sequence seq)
getInstance
public static PKCS12PBEParams getInstance(Object obj)
getIterations
public BigInteger getIterations()
getIV
public byte[] getIV()
getDERObject
public DERObject getDERObject()
- Specified by:
getDERObject
in interface DEREncodable