Package org.bouncycastle.asn1.cmp
Class PKIConfirmContent
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmp.PKIConfirmContent
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class PKIConfirmContent
extends org.bouncycastle.asn1.ASN1Object
PKIConfirmContent ::= NULL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PKIConfirmContent
org.bouncycastle.asn1.ASN1Primitive
PKIConfirmContent ::= NULLMethods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
PKIConfirmContent
public PKIConfirmContent()
-
-
Method Details
-
getInstance
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()PKIConfirmContent ::= NULL
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
- Returns:
- a basic ASN.1 object representation.
-