X509CertificateData
X509Certificate attributes
Properties
Certificate version (default v1).
The certificate owner’s common name.
The certificate owners complete distinguished name.
The algorithm used by the Certificate Authority to sign the certificate.
The signature value(the raw signature bits) used for signing and validate the cert.
Certificate’s serial number.
Size measured in bits of the public/private keys used in a cryptographic algorithm.
Cryptographic algorithm used by the public key for data encryption.
Possible values are: RSA , DSA , ECDSA
The time in epoch milliseconds at which the certificate becomes valid.
The time in epoch milliseconds at which the certificate becomes invalid.
The certificate issuer’s common name.
The certificate issuers complete distinguished name.
The bytes used during curve generation for later validation in ECDSA.| Contents of this array are copied to protect against subsequent modification.
X co-ordinate of G (the generator which is also known as the base point) in ECDSA.
Y co-ordinate of G (the generator which is also known as the base point) in ECDSA.
The order of generator G in ECDSA.
The co-factor in ECDSA.
True if this is a CA certificate.
True if this certificate is valid.
The second coefficient of this elliptic curve in ECDSA.
The first coefficient of this elliptic curve in ECDSA.
The specified prime for the elliptic curve prime finite field in ECDSA.
The value whose i-th bit corresponds to the i-th coefficient of the reduction polynomial | in elliptic curve (EC) characteristic 2 finite field for ECDSA.
The first coefficient of this elliptic curve in elliptic curve (EC) | characteristic 2 finite field for ECDSA.
The order of the middle term(s) of the reduction polynomial in elliptic curve (EC) | characteristic 2 finite field.| Contents of this array are copied to protect against subsequent modification in ECDSA.
An RSA public key is made up of the modulus and the public exponent. Exponent is a power number.
An RSA public key is made up of the modulus and the public exponent. Modulus is wrap around number.
Represents an elliptic curve (EC) finite field in ECDSA.
Possible values are: F2M , FP
The Curve name for the ECDSA certificate.
One of the DSA cryptogaphic algorithm’s strength parameters.
One of the DSA cryptogaphic algorithm’s strength parameters, sub-prime.
One of the DSA cryptogaphic algorithm’s strength parameters, prime.
One of the DSA cryptogaphic algorithm’s strength parameters, base.
JSON Example
{
"issuer": "string",
"issuer_cn": "string",
"not_after": 0,
"not_before": 0,
"public_key_algo": "RSA",
"public_key_length": 0,
"serial_number": "string",
"signature": "string",
"signature_algorithm": "string",
"subject": "string",
"subject_cn": "string",
"version": "string"
}