Struct openssl::x509::X509Ref []

pub struct X509Ref(_);

Methods

impl X509Ref
[src]

Returns this certificate's SAN entries, if they exist.

Returns certificate fingerprint calculated using provided hash

Returns the certificate's Not After validity period.

Returns the certificate's Not Before validity period.

Returns the certificate's signature

Returns the certificate's signature algorithm.

Returns the list of OCSP responder URLs specified in the certificate's Authority Information Access field.

Checks that this certificate issued subject.

Serializes this value to PEM.

Serializes this value to DER.

Trait Implementations

impl ForeignTypeRef for X509Ref

The raw C type.

Constructs a shared instance of this type from its raw type.

Constructs a mutable reference of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl ToOwned for X509Ref
[src]

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

impl AsRef<X509Ref> for X509Ref
[src]

Performs the conversion.