Enum parsec_interface::requests::ProviderId [−][src]
#[repr(u8)] pub enum ProviderId { Core, MbedCrypto, Pkcs11, Tpm, TrustedService, CryptoAuthLib, }
Expand description
Listing of provider types and their associated codes.
Passed in headers as provider
.
Variants
Provider to use for core Parsec operations.
Provider using Mbed Crypto software library.
Provider using a PKCS 11 compatible library.
Provider using a TSS 2.0 Enhanced System API library.
Provider using the crypto Trusted Service running in TrustZone
Provider using the MicrochipTech cryptodevice ATECCx08 via CryptoAuthentication Library
Trait Implementations
Converts an i64
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read more
Converts an u64
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read more
Converts an isize
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read more
Converts an i8
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read more
Converts an i16
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read more
Converts an i32
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read more
Converts an i128
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read more
Converts a usize
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read more
Converts an u8
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read more
Converts an u16
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read more
Converts an u32
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read more
Converts an u128
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read more
Converts a f32
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read more
Auto Trait Implementations
impl RefUnwindSafe for ProviderId
impl Send for ProviderId
impl Sync for ProviderId
impl Unpin for ProviderId
impl UnwindSafe for ProviderId
Blanket Implementations
Mutably borrows from an owned value. Read more