public class PKCS12PBEParams extends ASN1Object
Constructor and Description |
---|
PKCS12PBEParams(byte[] salt,
int iterations) |
Modifier and Type | Method and Description |
---|---|
static PKCS12PBEParams |
getInstance(Object obj) |
BigInteger |
getIterations() |
byte[] |
getIV() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public static PKCS12PBEParams getInstance(Object obj)
public BigInteger getIterations()
public byte[] getIV()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
Copyright © 2021 BouncyCastle.org. All rights reserved.