Struct ipsec_parser::CertificateRequestPayload [] [src]

pub struct CertificateRequestPayload<'a> {
    pub cert_encoding: CertificateEncoding,
    pub ca_data: &'a [u8],
}

Certificate Request Payload

The Certificate Request payload, denoted CERTREQ in this document, provides a means to request preferred certificates via IKE and can appear in the IKE_INIT_SA response and/or the IKE_AUTH request. Certificate Request payloads MAY be included in an exchange when the sender needs to get the certificate of the receiver.

Defined in RFC7296 section 3.7

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for CertificateRequestPayload<'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 !=.