public class CMCStatusInfo extends ASN1Object
| 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() |
DERUTF8String |
getStatusString() |
boolean |
hasOtherInfo() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static CMCStatusInfo getInstance(java.lang.Object o)
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Objectpublic CMCStatus getCMCStatus()
public BodyPartID[] getBodyList()
public DERUTF8String getStatusString()
public boolean hasOtherInfo()
public CMCStatusInfo.OtherInfo getOtherInfo()