pub enum KeyEncryptionAlgorithmType {
RSAES_OAEP,
}Variants§
RSAES_OAEP
Trait Implementations§
Source§impl BERDecodable for KeyEncryptionAlgorithmType
impl BERDecodable for KeyEncryptionAlgorithmType
Source§fn decode_ber(reader: BERReader<'_, '_>) -> ASN1Result<Self>
fn decode_ber(reader: BERReader<'_, '_>) -> ASN1Result<Self>
Source§impl Clone for KeyEncryptionAlgorithmType
impl Clone for KeyEncryptionAlgorithmType
Source§fn clone(&self) -> KeyEncryptionAlgorithmType
fn clone(&self) -> KeyEncryptionAlgorithmType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KeyEncryptionAlgorithmType
impl Debug for KeyEncryptionAlgorithmType
impl Eq for KeyEncryptionAlgorithmType
Source§impl<'a> From<&'a KeyEncryptionAlgorithmType> for &'static ObjectIdentifier
impl<'a> From<&'a KeyEncryptionAlgorithmType> for &'static ObjectIdentifier
Source§fn from(item: &'a KeyEncryptionAlgorithmType) -> &'static ObjectIdentifier
fn from(item: &'a KeyEncryptionAlgorithmType) -> &'static ObjectIdentifier
Converts to this type from the input type.
Source§impl Hash for KeyEncryptionAlgorithmType
impl Hash for KeyEncryptionAlgorithmType
Source§impl PartialEq for KeyEncryptionAlgorithmType
impl PartialEq for KeyEncryptionAlgorithmType
Source§fn eq(&self, other: &KeyEncryptionAlgorithmType) -> bool
fn eq(&self, other: &KeyEncryptionAlgorithmType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for KeyEncryptionAlgorithmType
Auto Trait Implementations§
impl Freeze for KeyEncryptionAlgorithmType
impl RefUnwindSafe for KeyEncryptionAlgorithmType
impl Send for KeyEncryptionAlgorithmType
impl Sync for KeyEncryptionAlgorithmType
impl Unpin for KeyEncryptionAlgorithmType
impl UnsafeUnpin for KeyEncryptionAlgorithmType
impl UnwindSafe for KeyEncryptionAlgorithmType
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