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]

EncryptionAlgorithm: IkeTransformType = IkeTransformType(1)

PseudoRandomFunction: IkeTransformType = IkeTransformType(2)

IntegrityAlgorithm: IkeTransformType = IkeTransformType(3)

DiffieHellmanGroup: IkeTransformType = IkeTransformType(4)

ExtendedSequenceNumbers: IkeTransformType = IkeTransformType(5)

Trait Implementations

impl Clone for IkeTransformType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IkeTransformType
[src]

impl PartialEq for IkeTransformType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for IkeTransformType
[src]

impl Debug for IkeTransformType
[src]

[src]

Formats the value using the given formatter.