CertificateInfo interface
CertificateInfo represents the non-private information of an X.509 Certificate.
Properties
| hash | The hash value of the X.509 Certificate. |
| value | The textual value of the X.509 Certificate. |
Property Details
hash
The hash value of the X.509 Certificate.
hash?: string
Property Value
string
value
The textual value of the X.509 Certificate.
value?: string
Property Value
string