public class DVCSResponse
extends org.bouncycastle.asn1.ASN1Object
implements org.bouncycastle.asn1.ASN1Choice
DVCSResponse ::= CHOICE { dvCertInfo DVCSCertInfo , dvErrorNote [0] DVCSErrorNotice }
Constructor and Description |
---|
DVCSResponse(DVCSCertInfo dvCertInfo) |
DVCSResponse(DVCSErrorNotice dvErrorNote) |
Modifier and Type | Method and Description |
---|---|
DVCSCertInfo |
getCertInfo() |
DVCSErrorNotice |
getErrorNotice() |
static DVCSResponse |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static DVCSResponse |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
java.lang.String |
toString() |
public DVCSResponse(DVCSCertInfo dvCertInfo)
public DVCSResponse(DVCSErrorNotice dvErrorNote)
public static DVCSResponse getInstance(java.lang.Object obj)
public static DVCSResponse getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public DVCSCertInfo getCertInfo()
public DVCSErrorNotice getErrorNotice()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object
public java.lang.String toString()
toString
in class java.lang.Object