org.gudy.bouncycastle.asn1.pkcs
Class PKCS12PBEParams

java.lang.Object
  extended by org.gudy.bouncycastle.asn1.pkcs.PKCS12PBEParams
All Implemented Interfaces:
DEREncodable

public class PKCS12PBEParams
extends java.lang.Object
implements DEREncodable


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

PKCS12PBEParams

public PKCS12PBEParams(byte[] salt,
                       int iterations)

PKCS12PBEParams

public PKCS12PBEParams(ASN1Sequence seq)
Method Detail

getInstance

public static PKCS12PBEParams getInstance(java.lang.Object obj)

getIterations

public java.math.BigInteger getIterations()

getIV

public byte[] getIV()

getDERObject

public DERObject getDERObject()
Specified by:
getDERObject in interface DEREncodable