public class TpmFactory extends Object
| Constructor and Description |
|---|
TpmFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Tpm |
localTpmSimulator()
Connect to a simulator running on localhost using the default ports.
|
static Tpm |
platformTpm()
Connect to the platform TPM device.
|
static Tpm |
remoteTpmSimulator(String hostName)
Connect to a simulator running on localhost using the default ports.
|
public static Tpm localTpmSimulator()
public static Tpm remoteTpmSimulator(String hostName)
hostName - The remote host (dotted IP address or DNS host name)public static Tpm platformTpm()
Copyright © 2017. All rights reserved.