| AesKeyMaterial |
A concrete implementation of RawKeyMaterial for AES keys.
|
| AesKeyMaterial.Builder |
Builder for AesKeyMaterial.
|
| AesKeyring |
This keyring can wrap keys with the active keywrap algorithm and
unwrap with the active and legacy algorithms for AES keys.
|
| AesKeyring.Builder |
|
| DataKeyStrategy |
|
| DecryptionMaterials |
|
| DecryptionMaterials.Builder |
|
| DecryptMaterialsRequest |
|
| DecryptMaterialsRequest.Builder |
|
| DefaultCryptoMaterialsManager |
|
| DefaultCryptoMaterialsManager.Builder |
|
| DefaultDataKeyGenerator |
|
| EncryptedDataKey |
|
| EncryptedDataKey.Builder |
|
| EncryptionMaterials |
|
| EncryptionMaterials.Builder |
|
| EncryptionMaterialsRequest |
|
| EncryptionMaterialsRequest.Builder |
|
| KmsDiscoveryKeyring |
|
| KmsDiscoveryKeyring.Builder |
|
| KmsKeyring |
This keyring can wrap keys with the active keywrap algorithm and
unwrap with the active and legacy algorithms for KMS keys.
|
| KmsKeyring.Builder |
|
| MaterialsDescription |
This class is used to provide key-value pairs that describe the key material used with the Keyring, specifically for AES and RSA Keyrings.
|
| MaterialsDescription.Builder |
Builder for MaterialsDescription.
|
| MultipartConfiguration |
|
| MultipartConfiguration.Builder |
|
| PartialRsaKeyPair |
|
| PartialRsaKeyPair.Builder |
|
| RawKeyMaterial<T> |
This class represents raw key material used by keyrings.
|
| RawKeyMaterial.Builder<T> |
Builder for RawKeyMaterial.
|
| RawKeyring<T> |
This is an abstract base class for keyrings that use raw cryptographic keys (AES + RSA)
|
| RawKeyring.Builder<KeyringT extends RawKeyring<T>,BuilderT extends RawKeyring.Builder<KeyringT,BuilderT,T>,T> |
Abstract builder for RawKeyring implementations.
|
| RsaKeyMaterial |
A concrete implementation of RawKeyMaterial for RSA keys.
|
| RsaKeyMaterial.Builder |
Builder for RsaKeyMaterial.
|
| RsaKeyring |
This keyring can wrap keys with the active keywrap algorithm and
unwrap with the active and legacy algorithms for RSA keys.
|
| RsaKeyring.Builder |
|
| S3Keyring |
This serves as the base class for all the keyrings in the S3 encryption client.
|
| S3Keyring.Builder<KeyringT extends S3Keyring,BuilderT extends S3Keyring.Builder<KeyringT,BuilderT>> |
|