| Interface | Description |
|---|---|
| TpmCallbackInterface |
Classes that require callbacks from the tss.Java library should implement this interface
|
| TpmDeviceTbs.TBSLibrary | |
| TpmMarshaller |
| Class | Description |
|---|---|
| Crypto |
Interfaces to crypto functions (mostly using Bouncy Castle)
|
| Crypto.ECCKeyPair | |
| Crypto.RsaKeyPair | |
| Helpers | |
| InByteBuf | |
| OutByteBuf | |
| Tpm |
The Tpm class provides Java functions to program a TPM.
|
| TpmAttribute<T extends TpmAttribute<T>> | |
| TpmBase |
TpmBase is the base class for Tpm (Tpm is auto-generated)
|
| TpmDeviceBase |
Base class for "transport layers" that communicate with TPM device (e.g.
|
| TpmDeviceLinux | |
| TpmDeviceTbs | |
| TpmDeviceTbs.TBSLibrary.TBS_CONTEXT_PARAMS2 | |
| TpmDeviceTcp | |
| TpmEnum<T extends TpmEnum<T>> | |
| TpmEnum.ValueMap<T extends TpmEnum<T>> |
Map used for conversion from an int value to the corresponding TpmEnum derived type
|
| TpmFactory |
Contains methods for instantiating TPM instances on top of various TPM-transport connections
|
| TpmHelpers | |
| TpmStructure | |
| TpmStructurePrinter |
Provides methods to convert TPM objects to a string representation
|
| Tss | |
| Tss.ActivationCredential |
A helper object that holds the parts of a TPM object activation
|
| Tss.DuplicationBlob |
Encapsulates data necessary to import an object (usually a key) into a TPM.
|
| Tss.Key |
| Exception | Description |
|---|---|
| TpmException |
Copyright © 2017. All rights reserved.