Uses of Class
software.amazon.encryption.s3.materials.S3Keyring
-
Packages that use S3Keyring Package Description software.amazon.encryption.s3.materials -
-
Uses of S3Keyring in software.amazon.encryption.s3.materials
Classes in software.amazon.encryption.s3.materials with type parameters of type S3Keyring Modifier and Type Class Description static class
S3Keyring.Builder<KeyringT extends S3Keyring,BuilderT extends S3Keyring.Builder<KeyringT,BuilderT>>
Subclasses of S3Keyring in software.amazon.encryption.s3.materials Modifier and Type Class Description class
AesKeyring
This keyring can wrap keys with the active keywrap algorithm and unwrap with the active and legacy algorithms for AES keys.class
KmsDiscoveryKeyring
class
KmsKeyring
This keyring can wrap keys with the active keywrap algorithm and unwrap with the active and legacy algorithms for KMS keys.class
RsaKeyring
This keyring can wrap keys with the active keywrap algorithm and unwrap with the active and legacy algorithms for RSA keys.
-