EncryptionAlgorithmOptions.Builder |
EncryptionAlgorithmOptions.Builder.allowedValues(Collection<EncryptionAlgorithm> allowedValues) |
The set of accepted encryption algorithms that are allowed in a code-signing job.
|
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.allowedValuesWithStrings(String... allowedValues) |
The set of accepted encryption algorithms that are allowed in a code-signing job.
|
EncryptionAlgorithmOptions.Builder |
EncryptionAlgorithmOptions.Builder.allowedValuesWithStrings(Collection<String> allowedValues) |
The set of accepted encryption algorithms that are allowed in a code-signing job.
|
static EncryptionAlgorithmOptions.Builder |
EncryptionAlgorithmOptions.builder() |
|
EncryptionAlgorithmOptions.Builder |
EncryptionAlgorithmOptions.Builder.defaultValue(String defaultValue) |
The default encryption algorithm that is used by a code-signing job.
|
EncryptionAlgorithmOptions.Builder |
EncryptionAlgorithmOptions.Builder.defaultValue(EncryptionAlgorithm defaultValue) |
The default encryption algorithm that is used by a code-signing job.
|
EncryptionAlgorithmOptions.Builder |
EncryptionAlgorithmOptions.toBuilder() |
|