Uses of Class
software.amazon.encryption.s3.algorithms.AlgorithmSuite
-
Packages that use AlgorithmSuite Package Description software.amazon.encryption.s3.algorithms software.amazon.encryption.s3.internal software.amazon.encryption.s3.materials -
-
Uses of AlgorithmSuite in software.amazon.encryption.s3.algorithms
Methods in software.amazon.encryption.s3.algorithms that return AlgorithmSuite Modifier and Type Method Description static AlgorithmSuite
AlgorithmSuite. valueOf(String name)
Returns the enum constant of this type with the specified name.static AlgorithmSuite[]
AlgorithmSuite. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AlgorithmSuite in software.amazon.encryption.s3.internal
Methods in software.amazon.encryption.s3.internal that return AlgorithmSuite Modifier and Type Method Description AlgorithmSuite
ContentMetadata. algorithmSuite()
AlgorithmSuite
MultipartUploadMaterials. algorithmSuite()
Methods in software.amazon.encryption.s3.internal with parameters of type AlgorithmSuite Modifier and Type Method Description ContentMetadata.Builder
ContentMetadata.Builder. algorithmSuite(AlgorithmSuite algorithmSuite)
MultipartUploadMaterials.Builder
MultipartUploadMaterials.Builder. algorithmSuite(AlgorithmSuite algorithmSuite)
-
Uses of AlgorithmSuite in software.amazon.encryption.s3.materials
Methods in software.amazon.encryption.s3.materials that return AlgorithmSuite Modifier and Type Method Description AlgorithmSuite
CryptographicMaterials. algorithmSuite()
AlgorithmSuite
DecryptionMaterials. algorithmSuite()
AlgorithmSuite
DecryptMaterialsRequest. algorithmSuite()
AlgorithmSuite
EncryptionMaterials. algorithmSuite()
Methods in software.amazon.encryption.s3.materials with parameters of type AlgorithmSuite Modifier and Type Method Description DecryptionMaterials.Builder
DecryptionMaterials.Builder. algorithmSuite(AlgorithmSuite algorithmSuite)
DecryptMaterialsRequest.Builder
DecryptMaterialsRequest.Builder. algorithmSuite(AlgorithmSuite algorithmSuite)
EncryptionMaterials.Builder
EncryptionMaterials.Builder. algorithmSuite(AlgorithmSuite algorithmSuite)
SecretKey
DataKeyGenerator. generateDataKey(AlgorithmSuite algorithmSuite, Provider provider)
SecretKey
DefaultDataKeyGenerator. generateDataKey(AlgorithmSuite algorithmSuite, Provider provider)
-