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.materialsClasses in software.amazon.encryption.s3.materials with type parameters of type S3Keyring Modifier and Type Class Description static classS3Keyring.Builder<KeyringT extends S3Keyring,BuilderT extends S3Keyring.Builder<KeyringT,BuilderT>>Subclasses of S3Keyring in software.amazon.encryption.s3.materials Modifier and Type Class Description classAesKeyringThis keyring can wrap keys with the active keywrap algorithm and unwrap with the active and legacy algorithms for AES keys.classKmsDiscoveryKeyringclassKmsKeyringThis keyring can wrap keys with the active keywrap algorithm and unwrap with the active and legacy algorithms for KMS keys.classRawKeyring<T>This is an abstract base class for keyrings that use raw cryptographic keys (AES + RSA)classRsaKeyringThis keyring can wrap keys with the active keywrap algorithm and unwrap with the active and legacy algorithms for RSA keys.
 
-