Uses of Class
io.helidon.integrations.oci.vault.Verify.Request
-
Packages that use Verify.Request Package Description io.helidon.integrations.oci.vault Integration with OCI Vault REST API including the KMS encryption and digest support. -
-
Uses of Verify.Request in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return Verify.Request Modifier and Type Method Description Verify.Request
Verify.Request. algorithm(String algorithm)
The algorithm to use to sign the message or message digest.static Verify.Request
Verify.Request. builder()
Fluent API builder for configuring a request.Verify.Request
Verify.Request. keyId(String keyOcid)
The OCID of the key to sign with.Verify.Request
Verify.Request. keyVersionId(String versionOcid)
The OCID of the key version used to sing the message.Verify.Request
Verify.Request. message(Base64Value value)
The base64-encoded binary data object denoting the message or message digest to sign.Verify.Request
Verify.Request. messageType(String type)
Denotes whether the value of the message parameter is a raw message or a message digest.Verify.Request
Verify.Request. signature(Base64Value signature)
The base64-encoded binary data object denoting the cryptographic signature generated for the message.Methods in io.helidon.integrations.oci.vault with parameters of type Verify.Request Modifier and Type Method Description Verify.Response
OciVault. verify(Verify.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Verify a message signature.Single<Verify.Response>
OciVaultRx. verify(Verify.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Verify a message signature.
-