Uses of Class
software.amazon.encryption.s3.materials.MaterialsDescription
- 
Packages that use MaterialsDescription Package Description software.amazon.encryption.s3.internal software.amazon.encryption.s3.materials 
- 
- 
Uses of MaterialsDescription in software.amazon.encryption.s3.internalMethods in software.amazon.encryption.s3.internal that return MaterialsDescription Modifier and Type Method Description MaterialsDescriptionContentMetadata. materialsDescription()Returns the materials description used for RSA and AES keyrings.Methods in software.amazon.encryption.s3.internal with parameters of type MaterialsDescription Modifier and Type Method Description ContentMetadata.BuilderContentMetadata.Builder. materialsDescription(MaterialsDescription materialsDescription)
- 
Uses of MaterialsDescription in software.amazon.encryption.s3.materialsFields in software.amazon.encryption.s3.materials declared as MaterialsDescription Modifier and Type Field Description protected MaterialsDescriptionRawKeyMaterial. _materialsDescriptionprotected MaterialsDescriptionRawKeyring. _materialsDescriptionprotected MaterialsDescriptionRawKeyring.Builder. _materialsDescriptionFields in software.amazon.encryption.s3.materials with type parameters of type MaterialsDescription 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 MaterialsDescription Modifier and Type Method Description MaterialsDescriptionMaterialsDescription.Builder. build()MaterialsDescriptionRawKeyMaterial. getMaterialsDescription()MaterialsDescriptionDecryptionMaterials. materialsDescription()Returns the materials description used for RSA and AES keyrings.MaterialsDescriptionDecryptMaterialsRequest. materialsDescription()Returns the materials description used for RSA and AES keyrings.MaterialsDescriptionEncryptionMaterials. materialsDescription()Methods in software.amazon.encryption.s3.materials with parameters of type MaterialsDescription Modifier and Type Method Description AesKeyMaterial.BuilderAesKeyMaterial.Builder. materialsDescription(MaterialsDescription materialsDescription)Sets the materials description for this AES key material.DecryptionMaterials.BuilderDecryptionMaterials.Builder. materialsDescription(MaterialsDescription materialsDescription)DecryptMaterialsRequest.BuilderDecryptMaterialsRequest.Builder. materialsDescription(MaterialsDescription materialsDescription)EncryptionMaterials.BuilderEncryptionMaterials.Builder. materialsDescription(MaterialsDescription materialsDescription)RawKeyMaterial.Builder<T>RawKeyMaterial.Builder. materialsDescription(MaterialsDescription materialsDescription)Sets the materials description for this raw key material.BuilderTRawKeyring.Builder. materialsDescription(MaterialsDescription materialsDescription)Sets the materials description for this keyring.RsaKeyMaterial.BuilderRsaKeyMaterial.Builder. materialsDescription(MaterialsDescription materialsDescription)Sets the materials description for this RSA key material.Method parameters in software.amazon.encryption.s3.materials with type arguments of type MaterialsDescription Modifier and Type Method Description BuilderTRawKeyring.Builder. additionalDecryptionKeyMaterial(Map<MaterialsDescription,RawKeyMaterial<T>> additionalDecryptionKeyMaterial)Sets the map of keys for which to use for decryption.Constructors in software.amazon.encryption.s3.materials with parameters of type MaterialsDescription Constructor Description AesKeyMaterial(MaterialsDescription materialsDescription, SecretKey keyMaterial)Creates a new AesKeyMaterial with the specified materials description and key material.RawKeyMaterial(MaterialsDescription materialsDescription, T keyMaterial)Protected constructor for subclasses.RsaKeyMaterial(MaterialsDescription materialsDescription, PartialRsaKeyPair keyMaterial)Creates a new RsaKeyMaterial with the specified materials description and key material.
 
-