Bouncy Castle Cryptography 1.11 API Specification: Class PKCS12PBEParams
Bouncy Castle Cryptography 1.11

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


Constructor Summary
PKCS12PBEParams(byte[] salt, int iterations)
           
PKCS12PBEParams(DERConstructedSequence seq)
           
 
Method Summary
 DERObject getDERObject()
           
 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(DERConstructedSequence seq)
Method Detail

getIterations

public java.math.BigInteger getIterations()

getIV

public byte[] getIV()

getDERObject

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

Bouncy Castle Cryptography 1.11