[][src]Struct tss_esapi::nv::storage::NvPublicBuilder

pub struct NvPublicBuilder { /* fields omitted */ }

Builder for NvPublic.

Implementations

impl NvPublicBuilder[src]

pub fn new() -> Self[src]

pub fn with_nv_index(self, nv_index: NvIndexTpmHandle) -> Self[src]

pub fn with_index_name_algorithm(
    self,
    nv_index_name_algorithm: HashingAlgorithm
) -> Self
[src]

pub fn with_index_attributes(
    self,
    nv_index_attributes: NvIndexAttributes
) -> Self
[src]

pub fn with_index_auth_policy(self, nv_index_auth_policy: &Digest) -> Self[src]

pub fn with_data_area_size(self, nv_index_data_area_size: usize) -> Self[src]

pub fn build(self) -> Result<NvPublic>[src]

Trait Implementations

impl Debug for NvPublicBuilder[src]

impl Default for NvPublicBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[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.