PKI-Lite - v1.0.5
    Preparing search index...
    CertificateChoices:
        | Certificate
        | ExtendedCertificate
        | AttributeCertificateV1
        | AttributeCertificate
        | OtherCertificateFormat

    Represents a certificate choice structure used in PKCS#7/CMS.

    CertificateChoices ::= CHOICE {
         certificate Certificate,
         extendedCertificate [0] IMPLICIT ExtendedCertificate,  -- Obsolete
         v1AttrCert [1] IMPLICIT AttributeCertificateV1,        -- Obsolete
         v2AttrCert [2] IMPLICIT AttributeCertificate,
         other [3] IMPLICIT OtherCertificateFormat
    }
    
    AttributeCertificateV2 ::= AttributeCertificate
    
    OtherCertificateFormat ::= SEQUENCE {
         otherCertFormat OBJECT IDENTIFIER,
         otherCert ANY DEFINED BY otherCertFormat
    }