| Package | Description |
|---|---|
| net.named_data.jndn.security | |
| net.named_data.jndn.security.tpm |
| Modifier and Type | Method and Description |
|---|---|
TpmBackEnd |
KeyChain.MakeTpmBackEnd.makeTpmBackEnd(String location) |
| Constructor and Description |
|---|
KeyChain(PibImpl pibImpl,
TpmBackEnd tpmBackEnd,
PolicyManager policyManager)
This is a temporary constructor for the transition to security v2.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TpmBackEndFile
TpmBackEndFile extends TpmBackEnd to implement a TPM back-end using
on-disk file storage.
|
class |
TpmBackEndMemory
TpmBackEndMemory extends TpmBackEnd to implement a TPM back-end using
in-memory storage.
|
| Modifier and Type | Method and Description |
|---|---|
TpmBackEnd |
Tpm.getBackEnd_()
Get the TpmBackEnd.
|
| Constructor and Description |
|---|
Tpm(String scheme,
String location,
TpmBackEnd backEnd) |
Copyright © 2018. All rights reserved.