| 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 |
|---|---|
| BaseTypePasswordString |
Wrapper for password sensitive data.
|
| 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.
|
| KeyStoreCreationConfig |
Wrapper that contains count of public-key pairs and count of encryption keys.
|
| KeyStoreType |
Wrapper for keystore type - example: PKCS12,JKS,UBER.
|
| PublicKeyIDWithPublicKey |
Wrapper for public key and its ID, so that public-private key pair can be found in keystore using this ID.
|
| ReadKeyPassword |
Wrapper for password for reading secret or private key entry.
|
| ReadStorePassword |
Wrapper for keystore serialization/deserialization password as well as password for reading public keys.
|
| SecretKeyIDWithKey |
Wrapper for secret key and its ID, so it can be found by ID within keystore.
|
Copyright © 2019. All rights reserved.