OptionalactivationDate?: TimestampThe date and time (timestamp) when the certificate was activated.
OptionalcertificateExtension?: stringDEPRECATED - DO NOT USE - This will be removed in a future version - Use .certificateFileExtension instead. The file extension of the certificate. Examples include crt, pem, cer, der, and p12.
OptionalcertificateExtensions?: CryptoProperties_CertificateExtensionsA certificate extension is a field that provides additional information about the certificate or its use. Extensions are used to convey additional information beyond the standard fields.
OptionalcertificateFileExtension?: stringThe file extension of the certificate. Examples include crt, pem, cer, der, and p12.
OptionalcertificateFormat?: stringThe format of the certificate. Examples include X.509, PEM, DER, and CVC.
The certificate lifecycle is a comprehensive process that manages digital certificates from their initial creation to eventual expiration or revocation. It typically involves several stages.
OptionalcreationDate?: TimestampThe date and time (timestamp) when the certificate was created or pre-activated.
OptionaldeactivationDate?: TimestampThe date and time (timestamp) when the related certificate was deactivated.
OptionaldestructionDate?: TimestampThe date and time (timestamp) when the certificate was destroyed.
Optionalfingerprint?: HashThe fingerprint is a cryptographic hash of the certificate excluding it's signature.
OptionalissuerName?: stringThe issuer name for the certificate
OptionalnotValidAfter?: TimestampThe date and time according to ISO-8601 standard from which the certificate is not valid anymore
OptionalnotValidBefore?: TimestampThe date and time according to ISO-8601 standard from which the certificate is valid
OptionalrelatedCryptographicAssets?: CryptoProperties_RelatedCryptographicAssetsA list of cryptographic assets related to this component.
OptionalrevocationDate?: TimestampThe date and time (timestamp) when the certificate was revoked.
OptionalserialNumber?: stringThe serial number is a unique identifier for the certificate issued by a CA.
OptionalsignatureAlgorithmRef?: stringDEPRECATED - DO NOT USE - This will be removed in a future version - Use .relatedCryptographicAssets instead.
The bom-ref to signature algorithm used by the certificate
OptionalsubjectName?: stringThe subject name for the certificate
OptionalsubjectPublicKeyRef?: stringDEPRECATED - DO NOT USE - This will be removed in a future version - Use .relatedCryptographicAssets instead.
The bom-ref to the public key of the subject
Certificate Properties