Expand description
Declarative TPM.
This crate allows operating on TPM objects using declarative descriptions of keys and the associated artifacts.
See binaries in bin for examples on how are these functions defined.
Structs§
- Description
- Description of a key.
- EcParameter
- EC private key material.
- EcPublic
- EC public point.
- Private
RsaKey Material - RSA private key material.
- Provider
- Cryptographic provider.
- RsaPublic
- RSA public key.
- Specification
- Key details specification.
- TpmProvider
- TPM cryptographic provider.
- Wrapped
Key - Key that has been wrapped.
Enums§
- Algorithm
Spec - Algorithm specification.
- Capability
- Key capability.
- EcCurve
- EC curve.
- Hashing
Algorithm - Enum containing the supported hash algorithms
- Private
KeyMaterial - Key private material.
- Public
KeyBytes - Public key bits.