| Modifier and Type | Method and Description |
|---|---|
SigningAlgorithm |
MessageSignerFactory.getSigningAlgorithm() |
static SigningAlgorithm |
SigningAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SigningAlgorithm[] |
SigningAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageSignerFactory.setSigningAlgorithm(SigningAlgorithm signingAlgorithm) |
| Constructor and Description |
|---|
MessageSignerFactory(SigningAlgorithm signingAlgorithm) |
Copyright © 2018 SAP SE. All rights reserved.