Package org.bouncycastle.asn1.dvcs
Class DVCSErrorNotice
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.dvcs.DVCSErrorNotice
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class DVCSErrorNotice
extends org.bouncycastle.asn1.ASN1Object
DVCSErrorNotice ::= SEQUENCE { transactionStatus PKIStatusInfo , transactionIdentifier GeneralName OPTIONAL }
-
Constructor Summary
ConstructorDescriptionDVCSErrorNotice
(PKIStatusInfo status) DVCSErrorNotice
(PKIStatusInfo status, org.bouncycastle.asn1.x509.GeneralName transactionIdentifier) -
Method Summary
Modifier and TypeMethodDescriptionstatic DVCSErrorNotice
getInstance
(Object obj) static DVCSErrorNotice
getInstance
(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit) org.bouncycastle.asn1.x509.GeneralName
org.bouncycastle.asn1.ASN1Primitive
toString()
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
DVCSErrorNotice
-
DVCSErrorNotice
public DVCSErrorNotice(PKIStatusInfo status, org.bouncycastle.asn1.x509.GeneralName transactionIdentifier)
-
-
Method Details
-
getInstance
-
getInstance
public static DVCSErrorNotice getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit) -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
toString
-
getTransactionStatus
-
getTransactionIdentifier
public org.bouncycastle.asn1.x509.GeneralName getTransactionIdentifier()
-