Package | Description |
---|---|
com.requirementslive.sdk.api |
Modifier and Type | Method and Description |
---|---|
static SigningAlgorithms |
SigningAlgorithms.fromValue(java.lang.String v) |
SigningAlgorithms |
SecureApiClientConfiguration.getSigningAlgorithm()
Gets the signing algorithm used for certificate-based authentication.
|
static SigningAlgorithms |
SigningAlgorithms.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SigningAlgorithms[] |
SigningAlgorithms.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SecureApiClientConfiguration.setSigningAlgorithm(SigningAlgorithms signingAlgorithm)
Sets the signing algorithm used for certificate-based authentication.
|