CaX509Certificate
CA certificate in X509 format.
Properties
Certificate in PEM format.
Indicates one or more purposes for which the certified public key may be used, in addition to or in place of the basic purposes indicated in the key usage extension field.
Issuer alternative names.
Issuer distinguished name of the certificate.
Issuer unique ID.
Boolean array representing bits of the KeyUsage extension, (OID = 2.5.29.15). The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate. The ASN.1 definition for this is:
KeyUsage ::= BIT STRING { digitalSignature (0), nonRepudiation (1), keyEncipherment (2), dataEncipherment (3), keyAgreement (4), keyCertSign (5), cRLSign (6), encipherOnly (7), decipherOnly (8) }
End date, represented as number of milliseconds, from the validity period of the certificate.
Start date, represented as number of milliseconds, from the validity period of the certificate.
Public key of the certificate.
Public key algorithm of the certificate.
Public key format of the certificate.
Whether this is root certificate. If false - this is intermediate certificate.
The serial number of the certificate, represented as string. The serial number is a number assigned by the certification authority to each certificate. It must be unique for each certificate issued by a given CA (i.e., the issuer name and serial number identify a unique certificate).
Gets the signature algorithm name for the certificate signature algorithm.
Signature algorithm OID string from the certificate. An OID is represented by a set of nonnegative whole numbers separated by periods.
Signature value as Base64 encoded string (with ISO-8859-1 charset) from the certificate.
Subject alternative names.
Subject distinguished name of the certificate.
Subject unique ID.
Thumbprint of the certificate.
Trusted issuer of the certificate.
Version number from the certificate.
JSON Example
{
"issuer_dn": "C=US, OU=DR Division, O=\"VMware, Inc.\", CN=\"VMware, Inc.\"",
"public_key_algorithm": "RSA",
"public_key_format": "X.509",
"sig_alg_name": "SHA256withRSA",
"sig_alg_oid": "1.2.840.10040.4.3",
"subject_dn": "C=US, OU=DR Division, O=\"VMware, Inc.\", CN=\"VMware, Inc.\"",
"trusted_issuer": "C=US, OU=DR Division, O=\"VMware, Inc.\", CN=\"VMware, Inc.\"",
"version": 3
}
Property Of
CaX509CertificateDrResponseList
Used By
CaX509CertificateDrResponseEntity
What's changed in 2.0.0?
serial_number
signature
not_before
not_after