pub struct EncryptionType(pub i32);Expand description
Encryption type
Tuple Fields§
§0: i32Implementations§
Source§impl EncryptionType
impl EncryptionType
pub const DES_CBC_CRC: EncryptionType
pub const DES_CBC_MD4: EncryptionType
pub const DES_CBC_MD5: EncryptionType
pub const DES3_CBC_MD5: EncryptionType
pub const DES3_CBC_SHA1: EncryptionType
pub const DSAWITHSHA1_CMSOID: EncryptionType
pub const MD5WITHRSAENCRYPTION_CMSOID: EncryptionType
pub const SHA1WITHRSAENCRYPTION_CMSOID: EncryptionType
pub const RC2CBC_ENVOID: EncryptionType
pub const RSAENCRYPTION_ENVOID: EncryptionType
pub const RSAES_OAEP_ENV_OID: EncryptionType
pub const DES_EDE3_CBC_ENV_OID: EncryptionType
pub const DES3_CBC_SHA1_KD: EncryptionType
pub const AES128_CTS_HMAC_SHA1_96: EncryptionType
pub const AES256_CTS_HMAC_SHA1_96: EncryptionType
pub const AES128_CTS_HMAC_SHA256_128: EncryptionType
pub const AES256_CTS_HMAC_SHA384_192: EncryptionType
pub const RC4_HMAC: EncryptionType
pub const RC4_HMAC_EXP: EncryptionType
pub const CAMELLIA128_CTS_CMAC: EncryptionType
pub const CAMELLIA256_CTS_CMAC: EncryptionType
pub const SUBKEY_KEYMATERIAL: EncryptionType
pub const RC4_MD4: EncryptionType
pub const RC4_PLAIN2: EncryptionType
pub const RC4_LM: EncryptionType
pub const RC4_SHA: EncryptionType
pub const DES_PLAIN: EncryptionType
pub const RC4_HMAC_OLD: EncryptionType
pub const RC4_PLAIN_OLD: EncryptionType
pub const RC4_HMAC_OLD_EXP: EncryptionType
pub const RC4_PLAIN_OLD_EXP: EncryptionType
pub const RC4_PLAIN: EncryptionType
pub const RC4_PLAIN_EXP: EncryptionType
Trait Implementations§
Source§impl Clone for EncryptionType
impl Clone for EncryptionType
Source§fn clone(&self) -> EncryptionType
fn clone(&self) -> EncryptionType
Returns a duplicate 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 EncryptionType
impl Debug for EncryptionType
Source§impl PartialEq for EncryptionType
impl PartialEq for EncryptionType
impl Copy for EncryptionType
impl Eq for EncryptionType
impl StructuralPartialEq for EncryptionType
Auto Trait Implementations§
impl Freeze for EncryptionType
impl RefUnwindSafe for EncryptionType
impl Send for EncryptionType
impl Sync for EncryptionType
impl Unpin for EncryptionType
impl UnwindSafe for EncryptionType
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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