public class PKCS12PBEParams extends ASN1Encodable
Modifier and Type | Field and Description |
---|---|
(package private) DERInteger |
iterations |
(package private) ASN1OctetString |
iv |
BER, DER
Constructor and Description |
---|
PKCS12PBEParams(ASN1Sequence seq) |
PKCS12PBEParams(byte[] salt,
int iterations) |
Modifier and Type | Method and Description |
---|---|
static PKCS12PBEParams |
getInstance(java.lang.Object obj) |
java.math.BigInteger |
getIterations() |
byte[] |
getIV() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
DERInteger iterations
ASN1OctetString iv
public PKCS12PBEParams(byte[] salt, int iterations)
public PKCS12PBEParams(ASN1Sequence seq)
public static PKCS12PBEParams getInstance(java.lang.Object obj)
public java.math.BigInteger getIterations()
public byte[] getIV()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.