Class CIM_X509CRL
extends CIM_X509Infrastructure

CIM_X509CRL describes Internet X509 Public Key Infrastructure (PKI) standard based Certificate Revocation List (CRL). CRL is issued by a Certificate Authority's (CA) to update the list of the certificates used in the authentication. Upon application of a CRL to a set of certificates, the certificates matched to those contained in the CRL would be revoked and invalidated for use in authentication. Refer to the Internet X.509 PKI standard (RFC 3280) for more information.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Credential
   |
   +--CIM_SignedCredential
   |
   +--CIM_X509Infrastructure
   |
   +--CIM_X509CRL

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
ClassConstraintstring/* The constraints below aim to efficiently */ /* represent a singular OctetString. Each of the properties*/ /* is a single encoded string, thus only the first element */ /* needs to be populated. */ inv:self.EncodedCRL->size()=1
DescriptionstringCIM_X509CRL describes Internet X509 Public Key Infrastructure (PKI) standard based Certificate Revocation List (CRL). CRL is issued by a Certificate Authority's (CA) to update the list of the certificates used in the authentication. Upon application of a CRL to a set of certificates, the certificates matched to those contained in the CRL would be revoked and invalidated for use in authentication. Refer to the Internet X.509 PKI standard (RFC 3280) for more information.
UMLPackagePathstringCIM::User::PublicKey
Versionstring2.29.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
Expiresdatetime
DescriptionstringThis property is not applicable for CIM_X509CRL class and shall either have value of '99991231115959.999999-720' as defined by DSP0004 to mean "infinite future or NULL.
OverridestringExpires
Issueddatetime
DescriptionstringThis property corresponds to the thisUpdate field in the Internet X509 PKI standard. The property represents the issue date of the CRL. Use a value of all '00000101000000.000000+000', (midnight, January 1, 1 BCE at coordinated universal time +0 minutes), if this information is not applicable. On CreateInstance, if this property is unspecified, or set to NULL, then current time is assumed.
OverridestringIssued
NextUpdatedatetime
DescriptionstringThe property represents the date by which the next CRL will be issued. The next CRL could be issued before the indicated date, but it will not be issued any later than the indicated date. If this information is not applicable, use a value of '99991231115959.999999-720' as defined by DSP0004 to mean "infinite future.
EncodedCRLstring[]
DescriptionstringThe full content of the CRL in binary form.Only the first element of the array property shall be populated.
OctetStringbooleantrue
SerialNumbersstring[]
DescriptionstringAn array of serial numbers of X.509 certificates that are part of CRL.
OctetStringbooleantrue

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
InstanceIDstringCIM_SignedCredential
IssuerNamestringCIM_X509Infrastructure
OtherSignatureAlgorithmstringCIM_SignedCredential
SignatureAlgorithmuint16CIM_SignedCredential
SignatureAlgorithmOIDstringCIM_SignedCredential
Versionuint16CIM_X509Infrastructure
FingerprintDigestAlgorithmsuint16[]CIM_X509Infrastructure
Fingerprintsstring[]CIM_X509Infrastructure
MD5Fingerprintstring[]CIM_X509Infrastructure
SHA1Fingerprintstring[]CIM_X509Infrastructure
Signatureuint8[]CIM_SignedCredential
TBSCertificatestring[]CIM_X509Infrastructure

Class Methods