Package org.bouncycastle.asn1.cmc
Class CMCFailInfo
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmc.CMCFailInfo
- All Implemented Interfaces:
ASN1Encodable,Encodable
CMCFailInfo ::= INTEGER {
badAlg (0),
badMessageCheck (1),
badRequest (2),
badTime (3),
badCertId (4),
unsupportedExt (5),
mustArchiveKeys (6),
badIdentity (7),
popRequired (8),
popFailed (9),
noKeyReuse (10),
internalCAError (11),
tryLater (12),
authDataFail (13)
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CMCFailInfostatic final CMCFailInfostatic final CMCFailInfostatic final CMCFailInfostatic final CMCFailInfostatic final CMCFailInfostatic final CMCFailInfostatic final CMCFailInfostatic final CMCFailInfostatic final CMCFailInfostatic final CMCFailInfostatic final CMCFailInfostatic final CMCFailInfostatic final CMCFailInfo -
Method Summary
Modifier and TypeMethodDescriptionstatic CMCFailInfoMethod 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
-
badAlg
-
badMessageCheck
-
badRequest
-
badTime
-
badCertId
-
unsupportedExt
-
mustArchiveKeys
-
badIdentity
-
popRequired
-
popFailed
-
noKeyReuse
-
internalCAError
-
tryLater
-
authDataFail
-
-
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.
-