TypeR

Type Alias TypeR 

Source
pub type TypeR = FieldReader<Type>;
Expand description

Field TYPE reader - Encryption Type Selection

Aliased Type§

pub struct TypeR { /* private fields */ }

Implementations§

Source§

impl TypeR

Source

pub const fn variant(&self) -> Option<Type>

Get enumerated values variant

Source

pub fn is_enc_ext(&self) -> bool

Encryption using the external AES key.

Source

pub fn is_dec_ext(&self) -> bool

Decryption using the external AES key.

Source

pub fn is_dec_int(&self) -> bool

Decryption using the locally generated decryption key.