Class CMCFailInfo

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class CMCFailInfo
    extends org.bouncycastle.asn1.ASN1Object
     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)
     }
     
    • Method Detail

      • toASN1Primitive

        public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
        Specified by:
        toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
        Specified by:
        toASN1Primitive in class org.bouncycastle.asn1.ASN1Object