Uses of Class
software.amazon.awssdk.services.signer.model.HashAlgorithmOptions
-
Packages that use HashAlgorithmOptions Package Description software.amazon.awssdk.services.signer.model -
-
Uses of HashAlgorithmOptions in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return HashAlgorithmOptions Modifier and Type Method Description HashAlgorithmOptionsSigningConfiguration. hashAlgorithmOptions()The hash algorithm options that are available for a code-signing job.Methods in software.amazon.awssdk.services.signer.model with parameters of type HashAlgorithmOptions Modifier and Type Method Description SigningConfiguration.BuilderSigningConfiguration.Builder. hashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)The hash algorithm options that are available for a code-signing job.
-