public class PBEParameter extends ASN1Encodable
BER, DER
Constructor and Description |
---|
PBEParameter(ASN1Sequence seq) |
PBEParameter(byte[] salt,
int iterations) |
Modifier and Type | Method and Description |
---|---|
static PBEParameter |
getInstance(Object obj) |
BigInteger |
getIterationCount() |
byte[] |
getSalt() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public PBEParameter(byte[] salt, int iterations)
public PBEParameter(ASN1Sequence seq)
public static PBEParameter getInstance(Object obj)
public BigInteger getIterationCount()
public byte[] getSalt()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.