Struct kmip_protocol::types::request::KeyWrappingData [−][src]
pub struct KeyWrappingData(pub WrappingMethod, pub Option<EncryptionKeyInformation>, pub Option<MACOrSignatureKeyInformation>, pub Option<MACOrSignature>, pub Option<IVOrCounterOrNonce>, pub Option<Vec<Attribute>>);
Expand description
See KMIP 1.0 section 2.1.5 Key Wrapping Data.
Tuple Fields
0: WrappingMethod
1: Option<EncryptionKeyInformation>
2: Option<MACOrSignatureKeyInformation>
3: Option<MACOrSignature>
4: Option<IVOrCounterOrNonce>
5: Option<Vec<Attribute>>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for KeyWrappingData
impl Send for KeyWrappingData
impl Sync for KeyWrappingData
impl Unpin for KeyWrappingData
impl UnwindSafe for KeyWrappingData
Blanket Implementations
Mutably borrows from an owned value. Read more