Package org.bouncycastle.asn1.x9
Class DHValidationParms
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.x9.DHValidationParms
-
- All Implemented Interfaces:
ASN1Encodable,Encodable
public class DHValidationParms extends ASN1Object
Deprecated.use ValidationParams
-
-
Constructor Summary
Constructors Constructor Description DHValidationParms(DERBitString seed, ASN1Integer pgenCounter)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DHValidationParmsgetInstance(java.lang.Object obj)Deprecated.static DHValidationParmsgetInstance(ASN1TaggedObject obj, boolean explicit)Deprecated.ASN1IntegergetPgenCounter()Deprecated.DERBitStringgetSeed()Deprecated.ASN1PrimitivetoASN1Primitive()Deprecated.Method providing a primitive representation of this object suitable for encoding.-
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
-
-
-
Constructor Detail
-
DHValidationParms
public DHValidationParms(DERBitString seed, ASN1Integer pgenCounter)
Deprecated.
-
-
Method Detail
-
getInstance
public static DHValidationParms getInstance(ASN1TaggedObject obj, boolean explicit)
Deprecated.
-
getInstance
public static DHValidationParms getInstance(java.lang.Object obj)
Deprecated.
-
getSeed
public DERBitString getSeed()
Deprecated.
-
getPgenCounter
public ASN1Integer getPgenCounter()
Deprecated.
-
toASN1Primitive
public ASN1Primitive toASN1Primitive()
Deprecated.Description copied from class:ASN1ObjectMethod providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-
-