Struct deno_crypto::PssPrivateKeyParameters[][src]

pub struct PssPrivateKeyParameters<'a> {
    pub hash_algorithm: AlgorithmIdentifier<'a>,
    pub mask_gen_algorithm: AlgorithmIdentifier<'a>,
    pub salt_length: u32,
}

Fields

hash_algorithm: AlgorithmIdentifier<'a>mask_gen_algorithm: AlgorithmIdentifier<'a>salt_length: u32

Trait Implementations

The type returned in the event of a conversion error.

Performs the conversion.

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

Attempt to decode this message using the provided decoder.

Parse Self from the provided DER-encoded byte slice.

Performs the conversion.

Performs the conversion.

Should always be Self

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.