| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithm |
EncryptionAlgorithmOptions.defaultValue()
The default encryption algorithm that is used by a code signing job.
|
EncryptionAlgorithm |
SigningConfigurationOverrides.encryptionAlgorithm()
A specified override of the default encryption algorithm that is used in a code signing job.
|
static EncryptionAlgorithm |
EncryptionAlgorithm.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<EncryptionAlgorithm> |
EncryptionAlgorithmOptions.allowedValues()
The set of accepted encryption algorithms that are allowed in a code signing job.
|
static Set<EncryptionAlgorithm> |
EncryptionAlgorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithmOptions.Builder |
EncryptionAlgorithmOptions.Builder.allowedValues(EncryptionAlgorithm... allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
|
EncryptionAlgorithmOptions.Builder |
EncryptionAlgorithmOptions.Builder.defaultValue(EncryptionAlgorithm defaultValue)
The default encryption algorithm that is used by a code signing job.
|
SigningConfigurationOverrides.Builder |
SigningConfigurationOverrides.Builder.encryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
A specified override of the default encryption algorithm that is used in a code signing job.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithmOptions.Builder |
EncryptionAlgorithmOptions.Builder.allowedValues(Collection<EncryptionAlgorithm> allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
|
Copyright © 2019. All rights reserved.