Struct openssl::x509::X509 []

pub struct X509(_);

Methods

impl X509
[src]

[src]
[]

Returns a new builder.

[src]
[]

Deserializes a value from PEM-formatted data.

[src]
[]

Deserializes a value from DER-formatted data.

[src]
[]

Deserializes a list of PEM-formatted certificates.

Methods from Deref<Target = X509Ref>

[src]

[src]
[]

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

[src]

[src]
[]

Returns certificate fingerprint calculated using provided hash

[src]
[]

Returns the certificate's Not After validity period.

[src]
[]

Returns the certificate's Not Before validity period.

[src]
[]

Returns the certificate's signature

[src]
[]

Returns the certificate's signature algorithm.

[src]
[]

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

[src]
[]

Checks that this certificate issued subject.

[src]
[]

Serializes this value to PEM.

[src]
[]

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

[]

Executes the destructor for this type. Read more

impl Deref for X509

The resulting type after dereferencing.

[]

Dereferences the value.

impl DerefMut for X509

[]

Mutably dereferences the value.

impl Clone for X509
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl AsRef<X509Ref> for X509
[src]

[src]
[]

Performs the conversion.

impl Borrow<X509Ref> for X509
[src]

[src]
[]

Immutably borrows from an owned value. Read more

impl Stackable for X509
[src]

The C stack type for this element. Read more