PKI-Lite - v1.0.5
    Preparing search index...

    Represents a single revocation information choice.

    RevocationInfoChoice ::= CHOICE {
         crl CertificateList,
         other [1] IMPLICIT OtherRevocationInfoFormat
    }
    
    OtherRevocationInfoFormat ::= SEQUENCE {
         otherRevInfoFormat OBJECT IDENTIFIER,
         otherRevInfo ANY DEFINED BY otherRevInfoFormat
    }