X509Certificate

X509Certificate
X509Certificate
JSON Example
{
    "rsa_public_key_modulus": "string",
    "dsa_public_key_y": "string",
    "is_ca": false,
    "issuer": "string",
    "not_after": 0,
    "signature": "string",
    "dsa_public_key_q": "string",
    "dsa_public_key_p": "string",
    "rsa_public_key_exponent": "string",
    "public_key_algo": "string",
    "is_valid": false,
    "issuer_cn": "string",
    "version": "string",
    "subject_cn": "string",
    "signature_algorithm": "string",
    "serial_number": "string",
    "dsa_public_key_g": "string",
    "public_key_length": 0,
    "not_before": 0,
    "subject": "string"
}
string
rsa_public_key_modulus
Optional

An RSA public key is made up of the modulus and the public exponent. Modulus is wrap around number

string
dsa_public_key_y
Optional

One of the DSA cryptogaphic algorithm's strength parameters

boolean
is_ca
Optional

True if this is a CA certificate

string
issuer
Optional

the certificate issuers complete distinguished name

integer As int64 As int64
not_after
Optional

the time in epoch milliseconds at which the certificate becomes invalid

string
signature
Optional

the signature value(the raw signature bits) used for signing and validate the cert

string
dsa_public_key_q
Optional

One of the DSA cryptogaphic algorithm's strength parameters, sub-prime

string
dsa_public_key_p
Optional

One of the DSA cryptogaphic algorithm's strength parameters, prime

string
rsa_public_key_exponent
Optional

An RSA public key is made up of the modulus and the public exponent. Exponent is a power number

string
public_key_algo
Optional

Cryptographic algorithm used by the public key for data encryption

Possible values are : RSA, DSA,
boolean
is_valid
Optional

True if this certificate is valid

string
issuer_cn
Optional

the certificate issuer's common name

string
version
Optional

Certificate version (default v1)

string
subject_cn
Optional

the certificate owner's common name

string
signature_algorithm
Optional

the algorithm used by the Certificate Authority to sign the certificate

string
serial_number
Optional

certificate's serial number

string
dsa_public_key_g
Optional

One of the DSA cryptogaphic algorithm's strength parameters, base

integer
public_key_length
Optional

size measured in bits of the public/private keys used in a cryptographic algorithm

Possible values are : 2048, 3072,
integer As int64 As int64
not_before
Optional

the time in epoch milliseconds at which the certificate becomes valid

string
subject
Optional

the certificate owners complete distinguished name