Struct kerberos_parser::krb5::EncryptedData
[−]
[src]
pub struct EncryptedData<'a> {
pub etype: EncryptionType,
pub kvno: Option<u32>,
pub cipher: &'a [u8],
}Kerberos EncryptedData
Fields
etype: EncryptionType
EncryptionType
kvno: Option<u32>
Version number of the key under which data is encrypted
cipher: &'a [u8]
Ciphertext
Trait Implementations
impl<'a> Debug for EncryptedData<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<'a> PartialEq for EncryptedData<'a>[src]
fn eq(&self, __arg_0: &EncryptedData<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &EncryptedData<'a>) -> bool[src]
This method tests for !=.