Uses of Class
software.amazon.encryption.s3.materials.RawKeyMaterial
-
Packages that use RawKeyMaterial Package Description software.amazon.encryption.s3.materials -
-
Uses of RawKeyMaterial in software.amazon.encryption.s3.materials
Subclasses of RawKeyMaterial in software.amazon.encryption.s3.materials Modifier and Type Class Description classAesKeyMaterialA concrete implementation of RawKeyMaterial for AES keys.classRsaKeyMaterialA concrete implementation of RawKeyMaterial for RSA keys.Fields in software.amazon.encryption.s3.materials with type parameters of type RawKeyMaterial Modifier and Type Field Description protected Map<MaterialsDescription,RawKeyMaterial<T>>RawKeyring. _additionalDecryptionKeyMaterialprotected Map<MaterialsDescription,RawKeyMaterial<T>>RawKeyring.Builder. _additionalDecryptionKeyMaterialMethods in software.amazon.encryption.s3.materials that return RawKeyMaterial Modifier and Type Method Description RawKeyMaterial<T>RawKeyMaterial.Builder. build()Method parameters in software.amazon.encryption.s3.materials with type arguments of type RawKeyMaterial Modifier and Type Method Description BuilderTRawKeyring.Builder. additionalDecryptionKeyMaterial(Map<MaterialsDescription,RawKeyMaterial<T>> additionalDecryptionKeyMaterial)Sets the map of keys for which to use for decryption.
-