Struct kmip_protocol::types::common::CryptographicParameters[][src]

pub struct CryptographicParameters {
Show 13 fields pub block_cipher_mode: Option<BlockCipherMode>, pub padding_method: Option<PaddingMethod>, pub hashing_algorithm: Option<HashingAlgorithm>, pub key_role_type: Option<KeyRoleType>, pub digital_signature_algorithm: Option<DigitalSignatureAlgorithm>, pub cryptographic_algorithm: Option<CryptographicAlgorithm>, pub random_iv: Option<RandomIV>, pub iv_length: Option<IVLength>, pub tag_length: Option<TagLength>, pub fixed_field_length: Option<FixedFieldLength>, pub invocation_field_length: Option<InvocationFieldLength>, pub counter_length: Option<CounterLength>, pub initial_counter_value: Option<InitialCounterValue>,
}
Expand description

See KMIP 1.0 section 3.6 Cryptographic Parameters.

Fields

block_cipher_mode: Option<BlockCipherMode>padding_method: Option<PaddingMethod>hashing_algorithm: Option<HashingAlgorithm>key_role_type: Option<KeyRoleType>digital_signature_algorithm: Option<DigitalSignatureAlgorithm>cryptographic_algorithm: Option<CryptographicAlgorithm>random_iv: Option<RandomIV>iv_length: Option<IVLength>tag_length: Option<TagLength>fixed_field_length: Option<FixedFieldLength>invocation_field_length: Option<InvocationFieldLength>counter_length: Option<CounterLength>initial_counter_value: Option<InitialCounterValue>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

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 resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.