Class CIM_PublicKeyCertificate
extends CIM_SignedCredential

A PublicKeyCertificate is a credential that is cryptographically signed by a trusted Certificate Authority (CA) and issued to an authenticated entity (e.g., human user, service, etc.) called the Subject in the certificate. The public key in the certificate is cryptographically related to a private key that is held and kept private by the authenticated Subject. The certificate and its related private key can then be used for establishing trust relationships and securing communications with the Subject. Refer to the ITU/CCITT X.509 standard as an example of such certificates.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Credential
   |
   +--CIM_SignedCredential
   |
   +--CIM_PublicKeyCertificate

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringA PublicKeyCertificate is a credential that is cryptographically signed by a trusted Certificate Authority (CA) and issued to an authenticated entity (e.g., human user, service, etc.) called the Subject in the certificate. The public key in the certificate is cryptographically related to a private key that is held and kept private by the authenticated Subject. The certificate and its related private key can then be used for establishing trust relationships and securing communications with the Subject. Refer to the ITU/CCITT X.509 standard as an example of such certificates.
UMLPackagePathstringCIM::User::PublicKey
Versionstring2.31.1

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AltSubjectstring
DescriptionstringAlternate subject identifier for the Certificate.
MaxLenuint32256
ServiceCreationClassNamestring
DeprecatedstringCIM_SignedCredential.InstanceID
DescriptionstringThe scoping Service's CCN.
MaxLenuint32256
Requiredbooleantrue
ServiceNamestring
DeprecatedstringCIM_SignedCredential.InstanceID
DescriptionstringThe scoping Service's Name.
MaxLenuint32256
Requiredbooleantrue
Subjectstring
DescriptionstringCertificate subject identifier.
MaxLenuint32256
Requiredbooleantrue
SystemCreationClassNamestring
DeprecatedstringCIM_SignedCredential.InstanceID
DescriptionstringThe scoping System's CCN.
MaxLenuint32256
Requiredbooleantrue
SystemNamestring
DeprecatedstringCIM_SignedCredential.InstanceID
DescriptionstringThe scoping System's Name.
MaxLenuint32256
Requiredbooleantrue
PublicKeyuint8[]
DescriptionstringThe DER-encoded raw public key.
OctetStringbooleantrue

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
ExpiresdatetimeCIM_Credential
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SignedCredential
IssueddatetimeCIM_Credential
IssuerNamestringCIM_SignedCredential
OtherSignatureAlgorithmstringCIM_SignedCredential
SignatureAlgorithmuint16CIM_SignedCredential
SignatureAlgorithmOIDstringCIM_SignedCredential
ValidFromdatetimeCIM_Credential
Signatureuint8[]CIM_SignedCredential

Class Methods