pub struct OwnedCertRevocationList { /* private fields */ }
Expand description

Owned representation of a RFC 52801 profile Certificate Revocation List (CRL).

This type is only available when using the alloc feature.

Trait Implementations

Return the DER encoded issuer of the CRL.
Try to find a revoked certificate in the CRL by DER encoded serial number. This may yield an error if the CRL has malformed revoked certificates. Read more
Verify the CRL signature using the issuer’s subject public key information (SPKI) and a list of supported signature algorithms. 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.