| 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)
Create a security v2 KeyChain with explicitly-created PIB and TPM objects.
|
KeyChain(PibImpl pibImpl,
TpmBackEnd tpmBackEnd,
PolicyManager policyManager)
Create a security v2 KeyChain with explicitly-created PIB and TPM objects,
and that still uses the v1 PolicyManager.
|
| 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 © 2019. All rights reserved.