#[repr(transparent)]
pub struct Certificate<'a>(_);
Expand description

Authenticode certificate.

Implementations§

Raw version of X509.

Oneline name of Issuer.

Oneline name of Subject.

Serial number in format 00:01:02:03:04…

SHA1 of the DER representation of the cert.

SHA256 of the DER representation of the cert.

Name of the key algorithm.

Name of the signature algorithm.

OID of the signature algorithm.

NotBefore validity.

NotAfter validity.

PEM encoded public key.

Parsed X509 Attributes of Issuer.

Parsed X509 Attributes of Subject.

Trait Implementations§

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.