| Package | Description |
|---|---|
| net.named_data.jndn.encrypt |
| Modifier and Type | Method and Description |
|---|---|
void |
Sqlite3ProducerDb.addContentKey(double timeSlot,
Blob key)
Add key as the content key for the hour covering timeSlot.
|
void |
AndroidSqlite3ProducerDb.addContentKey(double timeSlot,
Blob key)
Add key as the content key for the hour covering timeSlot.
|
abstract void |
ProducerDb.addContentKey(double timeSlot,
Blob key)
Add key as the content key for the hour covering timeSlot.
|
Name |
Producer.createContentKey(double timeSlot,
Producer.OnEncryptedKeys onEncryptedKeys)
Create the content key.
|
void |
Sqlite3ProducerDb.deleteContentKey(double timeSlot)
Delete the content key for the hour covering timeSlot.
|
void |
AndroidSqlite3ProducerDb.deleteContentKey(double timeSlot)
Delete the content key for the hour covering timeSlot.
|
abstract void |
ProducerDb.deleteContentKey(double timeSlot)
Delete the content key for the hour covering timeSlot.
|
Blob |
Sqlite3ProducerDb.getContentKey(double timeSlot)
Get the content key for the hour covering timeSlot.
|
Blob |
AndroidSqlite3ProducerDb.getContentKey(double timeSlot)
Get the content key for the hour covering timeSlot.
|
abstract Blob |
ProducerDb.getContentKey(double timeSlot)
Get the content key for the hour covering timeSlot.
|
boolean |
Sqlite3ProducerDb.hasContentKey(double timeSlot)
Check if a content key exists for the hour covering timeSlot.
|
boolean |
AndroidSqlite3ProducerDb.hasContentKey(double timeSlot)
Check if a content key exists for the hour covering timeSlot.
|
abstract boolean |
ProducerDb.hasContentKey(double timeSlot)
Check if a content key exists for the hour covering timeSlot.
|
void |
Producer.produce(Data data,
double timeSlot,
Blob content)
Encrypt the given content with the content key that covers timeSlot, and
update the data packet with the encrypted content and an appropriate data
name.
|
| Constructor and Description |
|---|
Sqlite3ProducerDb(String databaseFilePath)
Create an Sqlite3ProducerDb to use the given SQLite3 file.
|
Copyright © 2016. All rights reserved.