Class AesKeyring
- java.lang.Object
-
- software.amazon.encryption.s3.materials.S3Keyring
-
- software.amazon.encryption.s3.materials.AesKeyring
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAesKeyring.Builder
-
Field Summary
-
Fields inherited from class software.amazon.encryption.s3.materials.S3Keyring
KEY_PROVIDER_ID
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AesKeyring.Builderbuilder()protected Map<String,DecryptDataKeyStrategy>decryptStrategies()protected EncryptDataKeyStrategyencryptStrategy()
-
-
-
Method Detail
-
builder
public static AesKeyring.Builder builder()
-
encryptStrategy
protected EncryptDataKeyStrategy encryptStrategy()
- Specified by:
encryptStrategyin classS3Keyring
-
decryptStrategies
protected Map<String,DecryptDataKeyStrategy> decryptStrategies()
- Specified by:
decryptStrategiesin classS3Keyring
-
-