| Package | Description |
|---|---|
| net.named_data.jndn.encrypt |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidSqlite3ConsumerDb
AndroidSqlite3ConsumerDb extends ConsumerDb to implement the storage of
decryption keys for the consumer using the android.database.sqlite API.
|
class |
Sqlite3ConsumerDb
Sqlite3ConsumerDb extends ConsumerDb to implement the storage of decryption
keys for the consumer using SQLite3.
|
class |
Sqlite3ConsumerDbBase
Sqlite3ConsumerDbBase is a base class the storage of decryption keys for the
consumer.
|
| Constructor and Description |
|---|
Consumer(Face face,
KeyChain keyChain,
Name groupName,
Name consumerName,
ConsumerDb database)
Create a Consumer to use the given ConsumerDb, Face and other values.
|
Consumer(Face face,
KeyChain keyChain,
Name groupName,
Name consumerName,
ConsumerDb database,
Link cKeyLink,
Link dKeyLink)
Create a Consumer to use the given ConsumerDb, Face and other values.
|
Copyright © 2019. All rights reserved.