| Class | Description |
|---|---|
| AndroidSqlite3IdentityStorage |
AndroidSqlite3IdentityStorage extends IdentityStorage to implement basic
storage of identity, public keys and certificates using the
android.database.sqlite API.
|
| BasicIdentityStorage |
BasicIdentityStorage extends IdentityStorage to implement basic storage of
identity, public keys and certificates using the org.sqlite.JDBC SQLite
provider.
|
| FilePrivateKeyStorage |
FilePrivateKeyStorage extends PrivateKeyStorage to implement private key
storage using files.
|
| IdentityManager |
An IdentityManager is the interface of operations related to identity, keys,
and certificates.
|
| IdentityStorage |
IdentityStorage is a base class for the storage of identity, public keys and
certificates.
|
| MemoryIdentityStorage |
MemoryIdentityStorage extends IdentityStorage and implements its methods to
store identity, public key and certificate objects in memory.
|
| MemoryPrivateKeyStorage | |
| PrivateKeyStorage | |
| Sqlite3IdentityStorageBase |
SqliteIdentityStorageBase is an abstract base class for the storage of
identity, public keys and certificates using SQLite.
|
Copyright © 2019. All rights reserved.