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