Struct openssl::x509::X509 [] [src]

pub struct X509(_);

An owned public key certificate.

Methods

impl X509
[src]

Returns a new X509, taking ownership of the handle.

Deprecated since 0.8.1

: renamed to X509::from_ptr

Reads a certificate from DER.

Reads a certificate from PEM.

Methods from Deref<Target=X509Ref<'static>>

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

Returns certificate fingerprint calculated using provided hash

Writes certificate as PEM

Returns a DER serialized form of the certificate

Trait Implementations

impl Deref for X509
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Drop for X509
[src]

A method called when the value goes out of scope. Read more