Struct ipsec_parser::IkeTransformType
[−]
[src]
pub struct IkeTransformType(pub u8);
Transform (cryptographic algorithm) type
Defined in RFC7296 section 3.3.2
Methods
impl IkeTransformType[src]
const EncryptionAlgorithm: IkeTransformType
EncryptionAlgorithm: IkeTransformType = IkeTransformType(1)
const PseudoRandomFunction: IkeTransformType
PseudoRandomFunction: IkeTransformType = IkeTransformType(2)
const IntegrityAlgorithm: IkeTransformType
IntegrityAlgorithm: IkeTransformType = IkeTransformType(3)
const DiffieHellmanGroup: IkeTransformType
DiffieHellmanGroup: IkeTransformType = IkeTransformType(4)
const ExtendedSequenceNumbers: IkeTransformType
ExtendedSequenceNumbers: IkeTransformType = IkeTransformType(5)
Trait Implementations
impl Clone for IkeTransformType[src]
fn clone(&self) -> IkeTransformType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for IkeTransformType[src]
impl PartialEq for IkeTransformType[src]
fn eq(&self, __arg_0: &IkeTransformType) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &IkeTransformType) -> bool[src]
This method tests for !=.