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
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.
Experimentalbooleantrue
UMLPackagePathstringCIM::User::PublicKey
Versionstring2.17.1

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 '99991231235959.999999+999', (1 microsecond before midnight, December 31, 9999 CE, at coordinated universal time + 999 minutes) 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 '99991231235959.999999+999', (1 microsecond before midnight, December 31, 9999 CE, at coordinated universal time + 999 minutes).
EncodedCRLuint8[]
DescriptionstringThe full content of the CRL in binary form.
OctetStringbooleantrue

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SignedCredential
IssuerNamestringCIM_SignedCredential
OtherSignatureAlgorithmstringCIM_SignedCredential
SignatureAlgorithmuint16CIM_SignedCredential
SignatureAlgorithmOIDstringCIM_SignedCredential
ValidFromdatetimeCIM_Credential
VersionstringCIM_X509Infrastructure
MD5Fingerprintuint8[]CIM_X509Infrastructure
SHA1Fingerprintuint8[]CIM_X509Infrastructure
Signatureuint8[]CIM_SignedCredential
TBSCertificateuint8[]CIM_X509Infrastructure

Class Methods