Package | Description |
---|---|
com.oracle.bmc.http.signing.internal |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Copyright © 2016–2024. All rights reserved.