Struct openssl::x509::X509Ref [] [src]

pub struct X509Ref(_);

Methods

impl X509Ref
[src]

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

Returns certificate fingerprint calculated using provided hash

Returns certificate Not After validity period.

Returns certificate Not Before validity period.

Serializes this value to PEM.

Serializes this value to DER.

Trait Implementations

impl OpenSslTypeRef for X509Ref
[src]

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

impl AsRef<X509Ref> for X509Ref
[src]

Performs the conversion.