Package org.bouncycastle.asn1.pkcs
Class PBEParameter
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.pkcs.PBEParameter
- All Implemented Interfaces:
ASN1Encodable
public class PBEParameter extends ASN1Object
-
Constructor Summary
Constructors Constructor Description PBEParameter(byte[] salt, int iterations) -
Method Summary
Modifier and Type Method Description static PBEParametergetInstance(Object obj)BigIntegergetIterationCount()byte[]getSalt()ASN1PrimitivetoASN1Primitive()Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
PBEParameter
public PBEParameter(byte[] salt, int iterations)
-
-
Method Details
-
getInstance
-
getIterationCount
-
getSalt
public byte[] getSalt() -
toASN1Primitive
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-