| Package | Description |
|---|---|
| net.named_data.jndn.security | |
| net.named_data.jndn.security.pib | |
| net.named_data.jndn.security.pib.detail | |
| net.named_data.jndn.security.policy |
| Modifier and Type | Method and Description |
|---|---|
PibImpl |
KeyChain.MakePibImpl.makePibImpl(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 |
AndroidSqlite3Pib
AndroidSqlite3Pib extends PibImpl and is used by the Pib class as an
implementation of a PIB using the android.database.sqlite API.
|
class |
PibMemory
PibMemory extends PibImpl and is used by the Pib class as an in-memory
implementation of a PIB.
|
class |
PibSqlite3
PibSqlite3 extends PibImpl and is used by the Pib class as an implementation
of a PIB based on an SQLite3 database.
|
class |
PibSqlite3Base
PibSqlite3Base is an abstract base class used by PibSqlite3, etc.
|
| Constructor and Description |
|---|
Pib(String scheme,
String location,
PibImpl pibImpl) |
PibCertificateContainer(Name keyName,
PibImpl pibImpl)
Create a PibCertificateContainer for a key with keyName.
|
PibIdentityContainer(PibImpl pibImpl)
Create a PibIdentityContainer using to use the pibImpl backend
implementation.
|
PibKeyContainer(Name identityName,
PibImpl pibImpl)
Create a PibKeyContainer for an identity with identityName.
|
| Constructor and Description |
|---|
PibIdentityImpl(Name identityName,
PibImpl pibImpl,
boolean needInit)
Create a PibIdentityImpl with identityName.
|
PibKeyImpl(Name keyName,
ByteBuffer keyEncoding,
PibImpl pibImpl)
Create a PibKeyImpl with keyName.
|
PibKeyImpl(Name keyName,
PibImpl pibImpl)
Create a PibKeyImpl with keyName.
|
| Constructor and Description |
|---|
SelfVerifyPolicyManager(PibImpl pibImpl)
Create a new SelfVerifyPolicyManager which will look up the public key in
the given pibImpl.
|
Copyright © 2019. All rights reserved.