pub struct KekRecipientInfo {
pub version: CmsVersion,
pub kek_id: KekIdentifier,
pub kek_encryption_algorithm: KeyEncryptionAlgorithmIdentifier,
pub encrypted_key: EncryptedKey,
}
Expand description
Key encryption key recipient info.
KEKRecipientInfo ::= SEQUENCE {
version CMSVersion, -- always set to 4
kekid KEKIdentifier,
keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
encryptedKey EncryptedKey }
Fields§
§version: CmsVersion
§kek_id: KekIdentifier
§kek_encryption_algorithm: KeyEncryptionAlgorithmIdentifier
§encrypted_key: EncryptedKey
Trait Implementations§
Source§impl Clone for KekRecipientInfo
impl Clone for KekRecipientInfo
Source§fn clone(&self) -> KekRecipientInfo
fn clone(&self) -> KekRecipientInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for KekRecipientInfo
impl Debug for KekRecipientInfo
Source§impl PartialEq for KekRecipientInfo
impl PartialEq for KekRecipientInfo
impl Eq for KekRecipientInfo
impl StructuralPartialEq for KekRecipientInfo
Auto Trait Implementations§
impl !Freeze for KekRecipientInfo
impl RefUnwindSafe for KekRecipientInfo
impl Send for KekRecipientInfo
impl Sync for KekRecipientInfo
impl Unpin for KekRecipientInfo
impl UnwindSafe for KekRecipientInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)