[][src]Trait tss_esapi::structures::Ticket

pub trait Ticket {
    const TAG: StructureTag;

    fn hierarchy(&self) -> Hierarchy;
fn digest(&self) -> &[u8]; }

Associated Constants

Loading content...

Required methods

fn hierarchy(&self) -> Hierarchy

fn digest(&self) -> &[u8]

Loading content...

Implementors

impl Ticket for HashcheckTicket[src]

const TAG: StructureTag[src]

The tag of the verified ticket.

fn hierarchy(&self) -> Hierarchy[src]

Get the hierarchy associated with the verification ticket.

fn digest(&self) -> &[u8][src]

Get the digest associated with the verification ticket.

impl Ticket for VerifiedTicket[src]

const TAG: StructureTag[src]

The tag of the verified ticket.

fn hierarchy(&self) -> Hierarchy[src]

Get the hierarchy associated with the verification ticket.

fn digest(&self) -> &[u8][src]

Get the digest associated with the verification ticket.

Loading content...