Uses of Class
io.helidon.integrations.oci.vault.Verify.Request
Packages that use Verify.Request
Package
Description
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.RequestModifier and TypeMethodDescriptionThe algorithm to use to sign the message or message digest.static Verify.RequestVerify.Request.builder()Fluent API builder for configuring a request.The OCID of the key to sign with.Verify.Request.keyVersionId(String versionOcid) The OCID of the key version used to sing the message.Verify.Request.message(Base64Value value) The base64-encoded binary data object denoting the message or message digest to sign.Verify.Request.messageType(String type) Denotes whether the value of the message parameter is a raw message or a message digest.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.RequestModifier and TypeMethodDescriptionOciVault.verify(Verify.Request request) Verify a message signature.OciVaultRx.verify(Verify.Request request) Verify a message signature.