public class PKCS12PBEParams extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
(package private) ASN1Integer |
iterations |
(package private) ASN1OctetString |
iv |
| Modifier | Constructor and Description |
|---|---|
private |
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() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1ObjectASN1Integer iterations
public PKCS12PBEParams(byte[] salt, int iterations)
private PKCS12PBEParams(ASN1Sequence seq)
public static PKCS12PBEParams getInstance(java.lang.Object obj)
public java.math.BigInteger getIterations()
public byte[] getIV()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object