pub type TypeR = FieldReader<Type>;Expand description
Field TYPE reader - Encryption Type Selection
Aliased Type§
pub struct TypeR { /* private fields */ }Implementations§
Source§impl TypeR
impl TypeR
Sourcepub fn is_enc_ext(&self) -> bool
pub fn is_enc_ext(&self) -> bool
Encryption using the external AES key.
Sourcepub fn is_dec_ext(&self) -> bool
pub fn is_dec_ext(&self) -> bool
Decryption using the external AES key.
Sourcepub fn is_dec_int(&self) -> bool
pub fn is_dec_int(&self) -> bool
Decryption using the locally generated decryption key.