cdx-proto
    Preparing search index...

    Enumeration CryptoProperties_CertificateState_PredefinedState

    Pre-defined certificate states

    from enum cyclonedx.v1_7.CryptoProperties.CertificateState.PredefinedState

    Index

    Enumeration Members

    ACTIVE: 2

    The certificate may be used to cryptographically protect information, cryptographically process previously protected information, or both.

    from enum value: PREDEFINED_STATE_ACTIVE = 2;

    DEACTIVATED: 4

    Certificates in the deactivated state shall not be used to apply cryptographic protection but, in some cases, may be used to process cryptographically protected information.

    from enum value: PREDEFINED_STATE_DEACTIVATED = 4;

    DESTROYED: 6

    The certificate has been destroyed.

    from enum value: PREDEFINED_STATE_DESTROYED = 6;

    PRE_ACTIVATION: 1

    The certificate has been issued by the issuing certificate authority (CA) but has not been authorized for use.

    from enum value: PREDEFINED_STATE_PRE_ACTIVATION = 1;

    REVOKED: 5

    A revoked certificate is a digital certificate that has been invalidated by the issuing certificate authority (CA) before its scheduled expiration date.

    from enum value: PREDEFINED_STATE_REVOKED = 5;

    SUSPENDED: 3

    The use of a certificate may be suspended for several possible reasons.

    from enum value: PREDEFINED_STATE_SUSPENDED = 3;

    UNSPECIFIED: 0

    ProtoBuff's default value

    from enum value: PREDEFINED_STATE_UNSPECIFIED = 0;