| Interface | Description |
|---|---|
| KeyEntry |
Wrapper for key entry within keystore.
|
| SecretKeyEntry |
Wrapper for secret key entry within keystore.
|
| SecretKeyGenerator |
Generates random secret key entry.
|
| Class | Description |
|---|---|
| AuthPathEncryptionSecretKey |
Authenticated path encryption secret key holder.
|
| KeyID |
Wrapper that identifies key inside keystore.
|
| KeyStoreAccess |
Wrapper for keystore with credentials at least to read public keys in it.
|
| KeyStoreAuth |
Authorization entity to read keystore or both keystore and key in it.
|
| PublicKeyIDWithPublicKey |
Wrapper for public key and its ID, so that public-private key pair can be found in keystore using this ID.
|
| SecretKeyIDWithKey |
Wrapper for secret key and its ID, so it can be found by ID within keystore.
|
Copyright © 2019. All rights reserved.