pub enum ContentEncryptionAlgorithm {
aes128_cbc(aes128_cbc),
}Variants§
aes128_cbc(aes128_cbc)
Implementations§
Source§impl ContentEncryptionAlgorithm
impl ContentEncryptionAlgorithm
pub fn try_from_super(sup: AlgorithmIdentifier) -> Result<Self, ASN1Error>
Trait Implementations§
Source§impl BERDecodable for ContentEncryptionAlgorithm
impl BERDecodable for ContentEncryptionAlgorithm
Source§fn decode_ber(reader: BERReader<'_, '_>) -> ASN1Result<Self>
fn decode_ber(reader: BERReader<'_, '_>) -> ASN1Result<Self>
Source§impl Clone for ContentEncryptionAlgorithm
impl Clone for ContentEncryptionAlgorithm
Source§fn clone(&self) -> ContentEncryptionAlgorithm
fn clone(&self) -> ContentEncryptionAlgorithm
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContentEncryptionAlgorithm
impl Debug for ContentEncryptionAlgorithm
Source§impl From<aes128_cbc> for ContentEncryptionAlgorithm
impl From<aes128_cbc> for ContentEncryptionAlgorithm
Source§fn from(item: aes128_cbc) -> ContentEncryptionAlgorithm
fn from(item: aes128_cbc) -> ContentEncryptionAlgorithm
Converts to this type from the input type.
Source§impl Hash for ContentEncryptionAlgorithm
impl Hash for ContentEncryptionAlgorithm
impl Eq for ContentEncryptionAlgorithm
impl StructuralPartialEq for ContentEncryptionAlgorithm
Auto Trait Implementations§
impl Freeze for ContentEncryptionAlgorithm
impl RefUnwindSafe for ContentEncryptionAlgorithm
impl Send for ContentEncryptionAlgorithm
impl Sync for ContentEncryptionAlgorithm
impl Unpin for ContentEncryptionAlgorithm
impl UnwindSafe for ContentEncryptionAlgorithm
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)