| Class | Description |
|---|---|
| AndroidSqlite3Pib |
AndroidSqlite3Pib extends PibImpl and is used by the Pib class as an
implementation of a PIB using the android.database.sqlite API.
|
| Pib |
In general, a PIB (Public Information Base) stores the public portion of a
user's cryptography keys.
|
| PibCertificateContainer |
A PibCertificateContainer is used to search/enumerate the certificates of a
key.
|
| PibIdentity |
PibIdentity is at the top level in PIB's Identity-Key-Certificate hierarchy.
|
| PibIdentityContainer |
A PibIdentityContainer is used to search/enumerate the identities in a PIB.
|
| PibImpl |
PibImpl is an abstract base class for the PIB implementation used by the Pib
class.
|
| PibKey |
The PibKey class provides access to a key at the second level in the PIB's
Identity-Key-Certificate hierarchy.
|
| PibKeyContainer |
A PibKeyContainer is used to search/enumerate the keys of an identity.
|
| PibMemory |
PibMemory extends PibImpl and is used by the Pib class as an in-memory
implementation of a PIB.
|
| PibSqlite3 |
PibSqlite3 extends PibImpl and is used by the Pib class as an implementation
of a PIB based on an SQLite3 database.
|
| PibSqlite3Base |
PibSqlite3Base is an abstract base class used by PibSqlite3, etc.
|
| Exception | Description |
|---|---|
| Pib.Error |
A Pib.Error extends Exception and represents a semantic error in PIB
processing.
|
| PibImpl.Error |
A PibImpl.Error extends Exception and represents a non-semantic error in
PIB implementation processing.
|
Copyright © 2019. All rights reserved.