PublicX509Certificate
Class Description
Used to convey information that will allow matching in order to determine which certificate to use. Actual certificates are exchanged externally to the CIM exchange.
Attributes
Name | Type | Description |
---|---|---|
issuerName | String | Represents the CA that issued the certificate. Defined to be per X.509. |
serialNumber | String | Is the serial number of the certificate per X.509 definition. |
Relationships
Ancestors
No ancestor classes
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
PublicX509Certificate | 0..* | TCPAccessPoint | 0..1 | PublicX509Certificate | Is the Public Certificate used for mutual authentication between peers. | TCPAccessPoint | The association allows a certificate to be bound for use by TLS. |
PublicX509Certificate | 0..* | ISOUpperLayer | 0..1 | UpperLayerPublicX509Certificate | Certificate to be bound for use for Application layer mutual authentication. | ISOUpperLayer | Application layer used with the certificate for mutual authentication. |