[][src]Struct tss_esapi::utils::ObjectAttributes

pub struct ObjectAttributes(pub TPMA_OBJECT);

Implementations

impl ObjectAttributes[src]

pub fn fixed_tpm(&self) -> bool[src]

pub fn set_fixed_tpm(&mut self, value: bool)[src]

pub fn st_clear(&self) -> bool[src]

pub fn set_st_clear(&mut self, value: bool)[src]

pub fn fixed_parent(&self) -> bool[src]

pub fn set_fixed_parent(&mut self, value: bool)[src]

pub fn sensitive_data_origin(&self) -> bool[src]

pub fn set_sensitive_data_origin(&mut self, value: bool)[src]

pub fn user_with_auth(&self) -> bool[src]

pub fn set_user_with_auth(&mut self, value: bool)[src]

pub fn admin_with_policy(&self) -> bool[src]

pub fn set_admin_with_policy(&mut self, value: bool)[src]

pub fn no_da(&self) -> bool[src]

pub fn set_no_da(&mut self, value: bool)[src]

pub fn encrypted_duplication(&self) -> bool[src]

pub fn set_encrypted_duplication(&mut self, value: bool)[src]

pub fn restricted(&self) -> bool[src]

pub fn set_restricted(&mut self, value: bool)[src]

pub fn decrypt(&self) -> bool[src]

pub fn set_decrypt(&mut self, value: bool)[src]

pub fn sign_encrypt(&self) -> bool[src]

pub fn set_sign_encrypt(&mut self, value: bool)[src]

impl ObjectAttributes[src]

pub fn new_fixed_parent_key() -> Self[src]

pub fn new_fixed_signing_key() -> Self[src]

Trait Implementations

impl<T> BitRange<T> for ObjectAttributes where
    TPMA_OBJECT: BitRange<T>, 
[src]

impl Debug for ObjectAttributes[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Bit for T where
    T: BitRange<u8>, 
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Free for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.