The details of a certificate on the system.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | List of link | See Definition of link | |
plcm-certificate-issuer | plcm-certificate-issuer | See Definition of plcm-certificate-issuer | Mandatory |
plcm-certificate-subject | plcm-certificate-subject | See Definition of plcm-certificate-subject | Mandatory |
version | Version | The certificate version identifier. | Mandatory |
cert-type | CertType | The primary purpose of the certificate. | |
alias | Alias | The alias of the certificate. | Mandatory |
certificate-status | List of PlcmCertificateStatus | The certificate status list contains one or more status values that describe the current state of the certificate | |
serial-number | SerialNumber | The unique identifier for this certificate from the issuer. | |
extended-key-usage | List of PlcmKeyUsage | The Key Usage Extensions for the certificate. | |
fingerprints | List of Fingerprints | Certificate fingerprints. | |
public-key-algorithm | PublicKeyAlgorithm | The algorithm public key on the certificate. | |
public-key | PublicKey | The public key of the certificate. | |
signature-algorithm | SignatureAlgorithm | The signature algorithm used in the certificate. | |
entity-tag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. | |
not-valid-after | xs:dateTime | ||
not-valid-before | xs:dateTime |
Name | Type | Description | Attributes |
---|---|---|---|
fingerprint | Fingerprint | Mandatory | |
algorithm | PlcmHashAlgorithm | Mandatory |
Name | Type | Restrictions |
---|---|---|
EntityTag | xs:string | Length of value must be >=1 Length of value must be <=64 |
SignatureAlgorithm | xs:string | Length of value must be >=1 Length of value must be <=128 |
PublicKey | xs:string | Length of value must be >=1 Length of value must be <=2048 |
PublicKeyAlgorithm | xs:string | Length of value must be >=1 Length of value must be <=128 |
Fingerprint | xs:string | Length of value must be >=1 Length of value must be <=1024 |
SerialNumber | xs:string | Length of value must be >=1 Length of value must be <=128 |
Alias | xs:string | Length of value must be >=1 Length of value must be <=128 |
CertType | xs:string | Value must be one of:
|
Version | xs:unsignedByte |