Uses of Class
io.helidon.integrations.oci.vault.Sign.Request
-
Packages that use Sign.Request Package Description io.helidon.integrations.oci.vault 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.Request Modifier and Type Method Description Sign.Request
Sign.Request. algorithm(String algorithm)
The algorithm to use to sign the message or message digest.static Sign.Request
Sign.Request. builder()
Fluent API builder for configuring a request.Sign.Request
Sign.Request. keyId(String keyOcid)
The OCID of the key to sign with.Sign.Request
Sign.Request. keyVersionId(String versionOcid)
The OCID of the key version used to sing the message.Sign.Request
Sign.Request. message(Base64Value value)
The base64-encoded binary data object denoting the message or message digest to sign.Sign.Request
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.Request Modifier and Type Method Description Sign.Response
OciVault. sign(Sign.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Sign a message.Single<Sign.Response>
OciVaultRx. sign(Sign.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Sign a message.
-