Struct openssl::x509::X509 []

pub struct X509(_);

Methods

impl X509
[src]

Returns a new builder.

Deserializes a value from PEM-formatted data.

Deserializes a value from DER-formatted data.

Deserializes a list of PEM-formatted certificates.

Methods from Deref<Target = X509Ref>

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 ForeignType for X509

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Drop for X509

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

impl Deref for X509

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for X509

The method called to mutably dereference a value

impl Clone for X509
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<X509Ref> for X509
[src]

Performs the conversion.

impl Borrow<X509Ref> for X509
[src]

Immutably borrows from an owned value. Read more

impl Stackable for X509
[src]

The C stack type for this element. Read more