static Verify.Request |
Verify.Request.builder() |
Fluent API builder for configuring a request.
|
Verify.Request |
Verify.Request.context(Base64Value value) |
Specifies the context for key derivation.
|
Verify.Request |
Verify.Request.data(Base64Value value) |
The data to sign.
|
Verify.Request |
Verify.Request.digestKeyName(String signatureKeyName) |
Specifies the name of the encryption key to verify against.
|
Verify.Request |
Verify.Request.hashAlgorithm(String hashAlgorithm) |
Specifies the hash algorithm to use for supporting key types (notably, not including ed25519 which specifies its own
hash algorithm).
|
Verify.Request |
Verify.Request.hmac(String hmac) |
Specifies the signature output from the /transit/hmac function.
|
Verify.Request |
Verify.Request.marshalingAlgorithm(String marshalingAlgorithm) |
Specifies the way in which the signature should be marshaled.
|
Verify.Request |
Verify.Request.preHashed(boolean preHashed) |
Set to true when the input is already hashed.
|
Verify.Request |
Verify.Request.signature(String signature) |
Specifies the signature output from the /transit/sign function.
|
Verify.Request |
Verify.Request.signatureAlgorithm(String signatureAlgorithm) |
When using a RSA key, specifies the RSA signature algorithm to use for signing.
|