Package org.bouncycastle.asn1.cmc
Class CMCStatus
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmc.CMCStatus
- All Implemented Interfaces:
ASN1Encodable,Encodable
CMCStatus ::= INTEGER {
success (0),
failed (2),
pending (3),
noSupport (4),
confirmRequired (5),
popRequired (6),
partial (7)
}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic CMCStatusMethod providing a primitive representation of this object suitable for encoding.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
success
-
failed
-
pending
-
noSupport
-
confirmRequired
-
popRequired
-
partial
-
-
Method Details
-
getInstance
-
toASN1Primitive
Description copied from class:ASN1ObjectMethod providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-