Uses of Class
com.oracle.bmc.http.signing.internal.Algorithm
-
Packages that use Algorithm Package Description com.oracle.bmc.http.signing.internal -
-
Uses of Algorithm in com.oracle.bmc.http.signing.internal
Methods in com.oracle.bmc.http.signing.internal that return Algorithm Modifier and Type Method 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.Methods in com.oracle.bmc.http.signing.internal that return types with arguments of type Algorithm Modifier and Type Method Description Set<Algorithm>
SignedRequestVersion. getSupportedAlgorithms()
Set<Algorithm>
Version. getSupportedAlgorithms()
Get a set of supported algorithms.Methods in com.oracle.bmc.http.signing.internal with parameters of type Algorithm Modifier and Type Method 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)
-