Uses of Class
software.amazon.awssdk.services.signer.model.HashAlgorithm
-
Packages that use HashAlgorithm Package Description software.amazon.awssdk.services.signer.model -
-
Uses of HashAlgorithm in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return HashAlgorithm Modifier and Type Method Description HashAlgorithmHashAlgorithmOptions. defaultValue()The default hash algorithm that is used in a code-signing job.static HashAlgorithmHashAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HashAlgorithmSigningConfigurationOverrides. hashAlgorithm()A specified override of the default hash algorithm that is used in a code-signing job.static HashAlgorithmHashAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static HashAlgorithm[]HashAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type HashAlgorithm Modifier and Type Method Description List<HashAlgorithm>HashAlgorithmOptions. allowedValues()The set of accepted hash algorithms allowed in a code-signing job.static Set<HashAlgorithm>HashAlgorithm. knownValues()Methods in software.amazon.awssdk.services.signer.model with parameters of type HashAlgorithm Modifier and Type Method Description HashAlgorithmOptions.BuilderHashAlgorithmOptions.Builder. allowedValues(HashAlgorithm... allowedValues)The set of accepted hash algorithms allowed in a code-signing job.HashAlgorithmOptions.BuilderHashAlgorithmOptions.Builder. defaultValue(HashAlgorithm defaultValue)The default hash algorithm that is used in a code-signing job.SigningConfigurationOverrides.BuilderSigningConfigurationOverrides.Builder. hashAlgorithm(HashAlgorithm hashAlgorithm)A specified override of the default hash algorithm that is used in a code-signing job.Method parameters in software.amazon.awssdk.services.signer.model with type arguments of type HashAlgorithm Modifier and Type Method Description HashAlgorithmOptions.BuilderHashAlgorithmOptions.Builder. allowedValues(Collection<HashAlgorithm> allowedValues)The set of accepted hash algorithms allowed in a code-signing job.
-