SecurityProviderTpm Class
- java.
lang. Object - SecurityProvider
- com.
microsoft. azure. sdk. iot. provisioning. security. SecurityProviderTpm
- com.
public class SecurityProviderTpm extends SecurityProvider
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract byte [] | activateIdentityKey(byte[] key) |
abstract byte [] | getEndorsementKey() |
String | getRegistrationId() |
abstract byte [] | getStorageRootKey() |
abstract byte [] | signWithIdentity(byte[] data) |
Inherited Members
Method Details
activateIdentityKey
public abstract byte [] activateIdentityKey(byte[] key)
Parameters:
key
getEndorsementKey
public abstract byte [] getEndorsementKey()
getRegistrationId
public String getRegistrationId()
getStorageRootKey
public abstract byte [] getStorageRootKey()
signWithIdentity
public abstract byte [] signWithIdentity(byte[] data)
Parameters:
data
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java