Uses of Class
software.amazon.encryption.s3.materials.RawKeyring
-
Packages that use RawKeyring Package Description software.amazon.encryption.s3.internal software.amazon.encryption.s3.materials -
-
Uses of RawKeyring in software.amazon.encryption.s3.internal
Methods in software.amazon.encryption.s3.internal that return RawKeyring Modifier and Type Method Description RawKeyring
ReEncryptInstructionFileRequest. newKeyring()
Methods in software.amazon.encryption.s3.internal with parameters of type RawKeyring Modifier and Type Method Description ReEncryptInstructionFileRequest.Builder
ReEncryptInstructionFileRequest.Builder. newKeyring(RawKeyring newKeyring)
Sets the new keyring for re-encryption of instruction file. -
Uses of RawKeyring in software.amazon.encryption.s3.materials
Classes in software.amazon.encryption.s3.materials with type parameters of type RawKeyring Modifier and Type Class Description static class
RawKeyring.Builder<KeyringT extends RawKeyring,BuilderT extends RawKeyring.Builder<KeyringT,BuilderT>>
Abstract builder for RawKeyring implementations.Subclasses of RawKeyring 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
RsaKeyring
This keyring can wrap keys with the active keywrap algorithm and unwrap with the active and legacy algorithms for RSA keys.
-