Class CIM_Keystore
extends CIM_CredentialStore

CIM_Keystore class represents a keystore, collection of key based 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).

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Collection
   |
   +--CIM_CredentialStore
   |
   +--CIM_Keystore

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringCIM_Keystore class represents a keystore, collection of key based 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).
UMLPackagePathstringCIM::User::Credential
Versionstring2.29.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 key based credentials that belong to parties local to the manager of the keystore. 3 - Trusted value means CIM_Keystore instance represents a collection of public key based credentials that belong to parties trusted by the manager of the keystore. 4 - Mixed value means CIM_Keystore instance represents a collection of both Trusted and Owned key based credentials.
OverridestringUsage
ValueMapstring2, 3, 4, .., 32768..65535
ValuesstringOwned, Trusted, Mixed, DMTF Reserved, Vendor Specified

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_CredentialStore

Class Methods