Struct ipsec_parser::AuthenticationPayload [] [src]

pub struct AuthenticationPayload<'a> {
    pub auth_method: AuthenticationMethod,
    pub auth_data: &'a [u8],
}

Authentication Payload

The Authentication payload, denoted AUTH in this document, contains data used for authentication purposes.

Defined in RFC7296 section 3.8

Fields

Trait Implementations

impl<'a> Debug for AuthenticationPayload<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for AuthenticationPayload<'a>
[src]

[src]

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

[src]

This method tests for !=.