tss_esapi::abstraction

Trait KeyCustomization

Source
pub trait KeyCustomization {
    // Provided methods
    fn attributes(
        &self,
        attributes_builder: ObjectAttributesBuilder,
    ) -> ObjectAttributesBuilder { ... }
    fn template(&self, template_builder: PublicBuilder) -> PublicBuilder { ... }
}
Expand description

KeyCustomization allows to adjust how a key is going to be created

Provided Methods§

Source

fn attributes( &self, attributes_builder: ObjectAttributesBuilder, ) -> ObjectAttributesBuilder

Alter the attributes used on key creation

Source

fn template(&self, template_builder: PublicBuilder) -> PublicBuilder

Alter the key template used on key creation

Implementors§