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