| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithmOptions |
EncryptionAlgorithmOptions.clone() |
EncryptionAlgorithmOptions |
SigningConfiguration.getEncryptionAlgorithmOptions()
The encryption algorithm options that are available for an AWS Signer job.
|
EncryptionAlgorithmOptions |
EncryptionAlgorithmOptions.withAllowedValues(Collection<String> allowedValues)
The set of accepted encryption algorithms that are allowed in an AWS Signer job.
|
EncryptionAlgorithmOptions |
EncryptionAlgorithmOptions.withAllowedValues(EncryptionAlgorithm... allowedValues)
The set of accepted encryption algorithms that are allowed in an AWS Signer job.
|
EncryptionAlgorithmOptions |
EncryptionAlgorithmOptions.withAllowedValues(String... allowedValues)
The set of accepted encryption algorithms that are allowed in an AWS Signer job.
|
EncryptionAlgorithmOptions |
EncryptionAlgorithmOptions.withDefaultValue(EncryptionAlgorithm defaultValue)
The default encryption algorithm that is used by an AWS Signer job.
|
EncryptionAlgorithmOptions |
EncryptionAlgorithmOptions.withDefaultValue(String defaultValue)
The default encryption algorithm that is used by an AWS Signer job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SigningConfiguration.setEncryptionAlgorithmOptions(EncryptionAlgorithmOptions encryptionAlgorithmOptions)
The encryption algorithm options that are available for an AWS Signer job.
|
SigningConfiguration |
SigningConfiguration.withEncryptionAlgorithmOptions(EncryptionAlgorithmOptions encryptionAlgorithmOptions)
The encryption algorithm options that are available for an AWS Signer job.
|
Copyright © 2018. All rights reserved.