Uses of Class
software.amazon.awssdk.services.signer.model.EncryptionAlgorithm
-
Packages that use EncryptionAlgorithm Package Description software.amazon.awssdk.services.signer.model -
-
Uses of EncryptionAlgorithm in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithmEncryptionAlgorithmOptions. defaultValue()The default encryption algorithm that is used by a code signing job.EncryptionAlgorithmSigningConfigurationOverrides. encryptionAlgorithm()A specified override of the default encryption algorithm that is used in a code signing job.static EncryptionAlgorithmEncryptionAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncryptionAlgorithmEncryptionAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionAlgorithm[]EncryptionAlgorithm. 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 EncryptionAlgorithm Modifier and Type Method Description List<EncryptionAlgorithm>EncryptionAlgorithmOptions. allowedValues()The set of accepted encryption algorithms that are allowed in a code signing job.static Set<EncryptionAlgorithm>EncryptionAlgorithm. knownValues()Methods in software.amazon.awssdk.services.signer.model with parameters of type EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithmOptions.BuilderEncryptionAlgorithmOptions.Builder. allowedValues(EncryptionAlgorithm... allowedValues)The set of accepted encryption algorithms that are allowed in a code signing job.EncryptionAlgorithmOptions.BuilderEncryptionAlgorithmOptions.Builder. defaultValue(EncryptionAlgorithm defaultValue)The default encryption algorithm that is used by a code signing job.SigningConfigurationOverrides.BuilderSigningConfigurationOverrides.Builder. encryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)A specified override of the default encryption algorithm that is used in a code signing job.Method parameters in software.amazon.awssdk.services.signer.model with type arguments of type EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithmOptions.BuilderEncryptionAlgorithmOptions.Builder. allowedValues(Collection<EncryptionAlgorithm> allowedValues)The set of accepted encryption algorithms that are allowed in a code signing job.
-