| Package | Description |
|---|---|
| net.named_data.jndn.security.tpm |
| Modifier and Type | Class and Description |
|---|---|
class |
TpmKeyHandleMemory
TpmKeyHandleMemory extends TpmKeyHandle to implement a TPM key handle that
keeps the private key in memory.
|
| Modifier and Type | Method and Description |
|---|---|
TpmKeyHandle |
TpmBackEnd.createKey(Name identityName,
KeyParams params)
Create a key for the identityName according to params.
|
protected TpmKeyHandle |
TpmBackEndFile.doCreateKey(Name identityName,
KeyParams params)
Create a key for identityName according to params.
|
protected TpmKeyHandle |
TpmBackEndMemory.doCreateKey(Name identityName,
KeyParams params)
Create a key for identityName according to params.
|
protected abstract TpmKeyHandle |
TpmBackEnd.doCreateKey(Name identityName,
KeyParams params)
Create a key for identityName according to params.
|
protected TpmKeyHandle |
TpmBackEndFile.doGetKeyHandle(Name keyName)
Get the handle of the key with name keyName.
|
protected TpmKeyHandle |
TpmBackEndMemory.doGetKeyHandle(Name keyName)
Get the handle of the key with name keyName.
|
protected abstract TpmKeyHandle |
TpmBackEnd.doGetKeyHandle(Name keyName)
Get the handle of the key with name keyName.
|
TpmKeyHandle |
TpmBackEnd.getKeyHandle(Name keyName)
Get the handle of the key with name keyName.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
TpmBackEnd.setKeyName(TpmKeyHandle keyHandle,
Name identityName,
KeyParams params)
Set the key name in keyHandle according to identityName and params.
|
Copyright © 2019. All rights reserved.