Struct kerberos_parser::krb5::EncryptedData[][src]

pub struct EncryptedData<'a> {
    pub etype: EncryptionType,
    pub kvno: Option<u32>,
    pub cipher: &'a [u8],
}

Kerberos EncryptedData

Fields

EncryptionType

Version number of the key under which data is encrypted

Ciphertext

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for EncryptedData<'a>

impl<'a> Sync for EncryptedData<'a>