public class CMCStatusInfo
extends org.bouncycastle.asn1.ASN1Object
-- Used to return status state in a response
id-cmc-statusInfo OBJECT IDENTIFIER ::= {id-cmc 1}
CMCStatusInfo ::= SEQUENCE {
cMCStatus CMCStatus,
bodyList SEQUENCE SIZE (1..MAX) OF BodyPartID,
statusString UTF8String OPTIONAL,
otherInfo CHOICE {
failInfo CMCFailInfo,
pendInfo PendInfo } OPTIONAL
}
| Modifier and Type | Class and Description |
|---|---|
static class |
CMCStatusInfo.OtherInfo
Other info implements the choice component of CMCStatusInfo.
|
| Modifier and Type | Method and Description |
|---|---|
BodyPartID[] |
getBodyList() |
CMCStatus |
getCMCStatus() |
static CMCStatusInfo |
getInstance(java.lang.Object o) |
CMCStatusInfo.OtherInfo |
getOtherInfo() |
org.bouncycastle.asn1.DERUTF8String |
getStatusString()
Deprecated.
Use
getStatusStringUTF8() instead. |
org.bouncycastle.asn1.ASN1UTF8String |
getStatusStringUTF8() |
boolean |
hasOtherInfo() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public static CMCStatusInfo getInstance(java.lang.Object o)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic CMCStatus getCMCStatus()
public BodyPartID[] getBodyList()
public org.bouncycastle.asn1.DERUTF8String getStatusString()
getStatusStringUTF8() instead.public org.bouncycastle.asn1.ASN1UTF8String getStatusStringUTF8()
public boolean hasOtherInfo()
public CMCStatusInfo.OtherInfo getOtherInfo()