Trait tss_esapi::structures::Ticket
source · pub trait Ticket {
const POSSIBLE_TAGS: &'static [StructureTag];
// Required methods
fn tag(&self) -> StructureTag;
fn hierarchy(&self) -> Hierarchy;
fn digest(&self) -> &[u8] ⓘ;
}
Required Associated Constants§
const POSSIBLE_TAGS: &'static [StructureTag]
Required Methods§
fn tag(&self) -> StructureTag
fn hierarchy(&self) -> Hierarchy
fn digest(&self) -> &[u8] ⓘ
Object Safety§
This trait is not object safe.