Uses of Class
io.helidon.integrations.oci.vault.Sign.Request
Packages that use Sign.Request
Package
Description
Integration with OCI Vault REST API including the KMS encryption and digest support.
-
Uses of Sign.Request in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return Sign.RequestModifier and TypeMethodDescriptionThe algorithm to use to sign the message or message digest.static Sign.RequestSign.Request.builder()Fluent API builder for configuring a request.The OCID of the key to sign with.Sign.Request.keyVersionId(String versionOcid) The OCID of the key version used to sing the message.Sign.Request.message(Base64Value value) The base64-encoded binary data object denoting the message or message digest to sign.Sign.Request.messageType(String type) Denotes whether the value of the message parameter is a raw message or a message digest.Methods in io.helidon.integrations.oci.vault with parameters of type Sign.RequestModifier and TypeMethodDescriptionOciVault.sign(Sign.Request request) Sign a message.OciVaultRx.sign(Sign.Request request) Sign a message.