Struct kerberos_parser::krb5::EncryptedData [−][src]
pub struct EncryptedData<'a> {
pub etype: EncryptionType,
pub kvno: Option<u32>,
pub cipher: &'a [u8],
}Expand description
Kerberos EncryptedData
Fields
etype: EncryptionTypeEncryptionType
kvno: Option<u32>Version number of the key under which data is encrypted
cipher: &'a [u8]Ciphertext
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.