Class CIM_Keystore
extends CIM_SystemSpecificCollection

CIM_Keystore class represents a keystore, collection of credentials such as certificates. Keystore can be used to store the certificates that are used for the client role of the validation of the served up certificates, or for the server role, serving up the certificates to the client for the validation. Certificates in the keystore can be revoked/invalidated by the means of application of Certificate Revocation List (CRL). Once CRL is applied the CIM_Credential instance representing certificates shall not be associated with the CIM_Keystore instance through CIM_MemberOfCollection association.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Collection
   |
   +--CIM_SystemSpecificCollection
   |
   +--CIM_Keystore

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringCIM_Keystore class represents a keystore, collection of credentials such as certificates. Keystore can be used to store the certificates that are used for the client role of the validation of the served up certificates, or for the server role, serving up the certificates to the client for the validation. Certificates in the keystore can be revoked/invalidated by the means of application of Certificate Revocation List (CRL). Once CRL is applied the CIM_Credential instance representing certificates shall not be associated with the CIM_Keystore instance through CIM_MemberOfCollection association.
Experimentalbooleantrue
UMLPackagePathstringCIM::User::Credential
Versionstring2.17.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
Usageuint16
DescriptionstringUsage of the keystore. 2 - Owned value means CIM_Keystore instance represents a collection of credentials that belong to parties local to the manager of the keystore. 3 - Trusted value means CIM_Keystore instance represents a collection of public credentials that belong to parties trusted by the manager of the keystore.
ValueMapstring2, 3, ..
ValuesstringOwned, Trusted, DMTF Reserved

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
InstanceIDstringCIM_SystemSpecificCollection

Class Methods