Docs.rs
  • tss-esapi-7.0.1
    • tss-esapi 7.0.1
    • Docs.rs crate page
    • Apache-2.0
    • 21 March 2022
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ionut-arm
    • hug-dev
    • wiktor-k
    • anta5010
    • github:parallaxsecond:admin
    • Superhepper
    • Dependencies
      • bitfield ^0.13.2 normal
      • enumflags2 ^0.7.1 normal
      • hostname-validator ^1.1.0 normal
      • log ^0.4.11 normal
      • mbox ^0.6.0 normal
      • num-derive ^0.3.2 normal
      • num-traits ^0.2.12 normal
      • regex ^1.3.9 normal
      • serde ^1.0.115 normal
      • tss-esapi-sys ^0.3.0 normal
      • zeroize ^1.1.0 normal
      • env_logger ^0.9.0 dev
      • sha2 ^0.10.1 dev
    • Versions
    • 17.23% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Ticket

Associated Constants

  • POSSIBLE_TAGS

Required Methods

  • digest
  • hierarchy
  • tag

Implementors

In tss_esapi::structures

logo
Change settings

Trait tss_esapi::structures::Ticket

source · [−]
pub trait Ticket {
    const POSSIBLE_TAGS: &'static [StructureTag];

    fn tag(&self) -> StructureTag;
fn hierarchy(&self) -> Hierarchy;
fn digest(&self) -> &[u8]ⓘNotable traits for &'_ [u8]impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]; }

Associated Constants

source

const POSSIBLE_TAGS: &'static [StructureTag]

Required methods

source

fn tag(&self) -> StructureTag

source

fn hierarchy(&self) -> Hierarchy

source

fn digest(&self) -> &[u8]ⓘNotable traits for &'_ [u8]impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]

Implementors

source

impl Ticket for AuthTicket

source

const POSSIBLE_TAGS: &'static [StructureTag]

source

impl Ticket for CreationTicket

source

const POSSIBLE_TAGS: &'static [StructureTag]

source

impl Ticket for HashcheckTicket

source

const POSSIBLE_TAGS: &'static [StructureTag]

source

impl Ticket for VerifiedTicket

source

const POSSIBLE_TAGS: &'static [StructureTag]