Uses of Class
com.oracle.bmc.http.signing.internal.Version.Error
-
Packages that use Version.Error Package Description com.oracle.bmc.http.signing.internal -
-
Uses of Version.Error in com.oracle.bmc.http.signing.internal
Methods in com.oracle.bmc.http.signing.internal that return Version.Error Modifier and Type Method Description static Version.Error
Version.Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static Version.Error[]
Version.Error. 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 Version.Error Modifier and Type Method Description Optional<Version.Error>
SignedRequestVersion. validateAlgorithm(Algorithm algorithm)
Optional<Version.Error>
Version. validateAlgorithm(Algorithm algorithm)
Optional<Version.Error>
SignedRequestVersion. validateKeyId(String keyId)
Optional<Version.Error>
Version. validateKeyId(String keyId)
Optional<Version.Error>
SignedRequestVersion. validateKeySize(RSAPublicKey publicKey)
Optional<Version.Error>
Version. validateKeySize(RSAPublicKey publicKey)
-