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()
Deprecated.
Use
getStatusStringUTF8() instead. |
ASN1UTF8String |
getStatusStringUTF8() |
boolean |
hasOtherInfo() |
ASN1Primitive |
toASN1Primitive() |
public static CMCStatusInfo getInstance(java.lang.Object o)
public ASN1Primitive toASN1Primitive()
public CMCStatus getCMCStatus()
public BodyPartID[] getBodyList()
public DERUTF8String getStatusString()
getStatusStringUTF8() instead.public ASN1UTF8String getStatusStringUTF8()
public boolean hasOtherInfo()
public CMCStatusInfo.OtherInfo getOtherInfo()