pub struct IkeTransformAuthType(pub u16);
Expand description
Authentication / Integrity values
Defined in RFC7296 section 3.3.2
Tuple Fields§
§0: u16
Implementations§
Source§impl IkeTransformAuthType
impl IkeTransformAuthType
pub const NONE: IkeTransformAuthType
pub const AUTH_HMAC_MD5_96: IkeTransformAuthType
pub const AUTH_HMAC_SHA1_96: IkeTransformAuthType
pub const AUTH_DES_MAC: IkeTransformAuthType
pub const AUTH_KPDK_MD5: IkeTransformAuthType
pub const AUTH_AES_XCBC_96: IkeTransformAuthType
pub const AUTH_HMAC_MD5_128: IkeTransformAuthType
pub const AUTH_HMAC_SHA1_160: IkeTransformAuthType
pub const AUTH_AES_CMAC_96: IkeTransformAuthType
pub const AUTH_AES_128_GMAC: IkeTransformAuthType
pub const AUTH_AES_192_GMAC: IkeTransformAuthType
pub const AUTH_AES_256_GMAC: IkeTransformAuthType
pub const AUTH_HMAC_SHA2_256_128: IkeTransformAuthType
pub const AUTH_HMAC_SHA2_384_192: IkeTransformAuthType
pub const AUTH_HMAC_SHA2_512_256: IkeTransformAuthType
Source§impl IkeTransformAuthType
impl IkeTransformAuthType
pub fn is_unassigned(self) -> bool
pub fn is_private_use(self) -> bool
Trait Implementations§
Source§impl Clone for IkeTransformAuthType
impl Clone for IkeTransformAuthType
Source§fn clone(&self) -> IkeTransformAuthType
fn clone(&self) -> IkeTransformAuthType
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 IkeTransformAuthType
impl Debug for IkeTransformAuthType
Source§impl Display for IkeTransformAuthType
impl Display for IkeTransformAuthType
Source§impl PartialEq for IkeTransformAuthType
impl PartialEq for IkeTransformAuthType
impl Copy for IkeTransformAuthType
impl Eq for IkeTransformAuthType
impl StructuralPartialEq for IkeTransformAuthType
Auto Trait Implementations§
impl Freeze for IkeTransformAuthType
impl RefUnwindSafe for IkeTransformAuthType
impl Send for IkeTransformAuthType
impl Sync for IkeTransformAuthType
impl Unpin for IkeTransformAuthType
impl UnwindSafe for IkeTransformAuthType
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