Struct openssl::x509::X509Ref []

pub struct X509Ref(_);

Methods

impl X509Ref
[src]

[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 ForeignTypeRef for X509Ref

The raw C type.

[src]

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

[src]

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

[src]

Returns a raw pointer to the wrapped value.

impl ToOwned for X509Ref
[src]

[src]

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

[src]

🔬 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]

[src]

Performs the conversion.