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.RequestVerify.Request. algorithm(String algorithm)The algorithm to use to sign the message or message digest.static Verify.RequestVerify.Request. builder()Fluent API builder for configuring a request.Verify.RequestVerify.Request. keyId(String keyOcid)The OCID of the key to sign with.Verify.RequestVerify.Request. keyVersionId(String versionOcid)The OCID of the key version used to sing the message.Verify.RequestVerify.Request. message(Base64Value value)The base64-encoded binary data object denoting the message or message digest to sign.Verify.RequestVerify.Request. messageType(String type)Denotes whether the value of the message parameter is a raw message or a message digest.Verify.RequestVerify.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.ResponseOciVault. 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.
-