SecurityProviderTPMHsm 类
定义
public class SecurityProviderTPMHsm extends SecurityProviderTpm
- 继承
继承成员
构造函数
SecurityProviderTPMHsm() |
Constructor for creating a Security Provider on TPM hardware |
SecurityProviderTPMHsm(String registrationId) |
Constructor for creating a Security Provider on TPM hardware with the supplied Registration ID |
方法
activateIdentityKey(byte[] key) |
Activates the Identity with the nonce provided from the service |
getEndorsementKey() |
Getter for extracting EndorsementKey from TPM |
getRegistrationId() |
Getter for the Registration ID if it was provided. Default is returned otherwise. |
getStorageRootKey() |
Getter for extracting StorageRootKey from TPM |
signWithIdentity(byte[] deviceIdData) |
This method signs the TPM with the provided device ID |