Struct kmip_protocol::types::request::KeyBlock [−][src]
pub struct KeyBlock(pub KeyFormatType, pub Option<KeyCompressionType>, pub Option<KeyValue>, pub Option<CryptographicAlgorithm>, pub Option<CryptographicLength>, pub Option<KeyWrappingData>);
Expand description
See KMIP 1.0 section 2.1.3 Key Block.
Tuple Fields
0: KeyFormatType
1: Option<KeyCompressionType>
2: Option<KeyValue>
3: Option<CryptographicAlgorithm>
4: Option<CryptographicLength>
5: Option<KeyWrappingData>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeyBlock
impl UnwindSafe for KeyBlock
Blanket Implementations
Mutably borrows from an owned value. Read more