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