| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionAlgorithm |
EncryptionAlgorithm.fromValue(String value)
Use this in place of valueOf.
|
static EncryptionAlgorithm |
EncryptionAlgorithm.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.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithmOptions |
EncryptionAlgorithmOptions.withAllowedValues(EncryptionAlgorithm... allowedValues)
The set of accepted encryption algorithms that are allowed in a code-signing job.
|
EncryptionAlgorithmOptions |
EncryptionAlgorithmOptions.withDefaultValue(EncryptionAlgorithm defaultValue)
The default encryption algorithm that is used by a code-signing job.
|
SigningConfigurationOverrides |
SigningConfigurationOverrides.withEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
A specified override of the default encryption algorithm that is used in a code-signing job.
|
Copyright © 2024. All rights reserved.