Package | Description |
---|---|
com.oracle.bmc.http.signing.internal |
Modifier and Type | Method and Description |
---|---|
static Algorithm |
Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm[] |
Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Algorithm> |
SignedRequestVersion.getSupportedAlgorithms() |
Set<Algorithm> |
Version.getSupportedAlgorithms()
Get a set of supported algorithms.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
RequestSignerImpl.signRequest(Algorithm algorithm,
URI uri,
String httpMethod,
Map<String,List<String>> headers,
Object body,
String versionName,
String keyId,
KeySupplier<RSAPrivateKey> keySupplier,
RequestSignerImpl.SigningConfiguration signingConfiguration) |
Optional<Version.Error> |
SignedRequestVersion.validateAlgorithm(Algorithm algorithm) |
Optional<Version.Error> |
Version.validateAlgorithm(Algorithm algorithm) |
Copyright © 2016–2024. All rights reserved.