pub struct Pkcs12AndPassword {
    pub pkcs12: Pkcs12,
    pub password: String,
}
Expand description

Pair of PKCS #12 and password.

Fields

pkcs12: Pkcs12

PKCS #12 file, typically containing a certificate and private key.

password: String

Password for the file.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.