The details of a certificate.
Name | Type | Description | Attributes |
---|---|---|---|
plcm-pkix-certificate-issuer | plcm-pkix-certificate-issuer | See Definition of plcm-pkix-certificate-issuer | Mandatory |
plcm-pkix-certificate-subject | plcm-pkix-certificate-subject | See Definition of plcm-pkix-certificate-subject | Mandatory |
alias | Alias | The alias of the certificate. | Mandatory |
version | Version | The certificate version identifier. | Mandatory |
serial-number | SerialNumber | The unique identifier for this certificate from the issuer. | |
signature-algorithm | SignatureAlgorithm | The signature algorithm used in the certificate. | |
signature-value | SignatureValue | The bit string containing the signature value. | |
public-key-algorithm | PublicKeyAlgorithm | The algorithm public key on the certificate. | |
public-key | PublicKey | The public key of the certificate. | |
certificate-purpose | PlcmCertificatePurpose_0 | The type of or purpose for the certifcate | |
extended-key-usage | List of PlcmExtendedKeyUsage_0 | ||
fingerprints | List of Fingerprints | Certificate fingerprints. | |
not-valid-after | xs:dateTime | ||
not-valid-before | xs:dateTime |
Name | Type | Description | Attributes |
---|---|---|---|
fingerprint | Fingerprint | Mandatory | |
algorithm | PlcmHashAlgorithm_0 | Mandatory |
Name | Type | Restrictions |
---|---|---|
PlcmCertificatePurpose_0 | xs:string | Value must be one of:
|
PlcmExtendedKeyUsage_0 | xs:string | Value must be one of:
|
PlcmHashAlgorithm_0 | xs:string | Value must be one of:
|
Fingerprint | xs:string | Length of value must be >=1 Length of value must be <=4096 |
PublicKey | xs:string | Length of value must be >=1 Length of value must be <=8192 |
PublicKeyAlgorithm | xs:string | Length of value must be >=1 Length of value must be <=128 |
SignatureValue | xs:string | Length of value must be >=1 Length of value must be <=8192 |
SignatureAlgorithm | xs:string | Length of value must be >=1 Length of value must be <=128 |
SerialNumber | xs:string | Length of value must be >=1 Length of value must be <=128 |
Version | xs:unsignedByte | |
Alias | xs:string | Length of value must be >=1 Length of value must be <=128 |