| TpmIdentifier Constructor |
| Name | Description | |
|---|---|---|
| TpmIdentifier |
Creates a new TpmIdentifier object with an auto-generated name.
| |
| TpmIdentifier(String) |
Creates a new TpmIdentifier object, initialized with the TPM public key value.
| |
| TpmIdentifier(String, String) |
Creates a new TpmIdentifier object, initialized with a specific name and TPM public key value.
| |
| TpmIdentifier(String, String, String) |
Creates a new TpmIdentifier object, initialized with the name, value, and pre-computed hash.
|