SIGNATURE
A signature is a cryptographic mechanism used to ensure the integrity and authenticity of the certificate.
Field |
Type |
Description |
---|---|---|
parsed.signature.self_signed |
boolean |
Whether the certificate was signed by its own key. |
parsed.signature.signature_algorithm.name |
text |
Name of public key type, such as RSA or ECDSA. Information specific to the key type is available in the named sub-record. |
parsed.signature.signature_algorithm.oid |
text |
|
parsed.signature.valid |
boolean |
Whether the signature is valid. |
parsed.signature.value |
text |
Contents of the signature. |
Comments
0 comments
Article is closed for comments.