Uses of Class
software.amazon.encryption.s3.materials.AesKeyMaterial.Builder
-
Packages that use AesKeyMaterial.Builder Package Description software.amazon.encryption.s3.materials -
-
Uses of AesKeyMaterial.Builder in software.amazon.encryption.s3.materials
Methods in software.amazon.encryption.s3.materials that return AesKeyMaterial.Builder Modifier and Type Method Description static AesKeyMaterial.BuilderAesKeyMaterial. aesBuilder()AesKeyMaterial.BuilderAesKeyMaterial.Builder. keyMaterial(SecretKey keyMaterial)Sets the AES key material.AesKeyMaterial.BuilderAesKeyMaterial.Builder. materialsDescription(MaterialsDescription materialsDescription)Sets the materials description for this AES key material.
-