Struct knet_bindings::knet_bindings::CryptoConfig[][src]

pub struct CryptoConfig<'a> {
    pub crypto_model: String,
    pub crypto_cipher_type: String,
    pub crypto_hash_type: String,
    pub private_key: &'a [u8],
}
Expand description

for passing to handle_crypto_set_config

Fields

crypto_model: Stringcrypto_cipher_type: Stringcrypto_hash_type: Stringprivate_key: &'a [u8]

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

Performs the conversion.

Performs the conversion.

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.