-
TransitSecurityProvider.TransitDigestConfig.builder()
TransitSecurityProvider.TransitDigestConfig.Builder.config(Config config)
Update this builder from configuration.
Specifies the context for key derivation.
Specifies the hash algorithm to use for supporting key types (notably, not including ed25519 which specifies its
own
hash algorithm).
TransitSecurityProvider.TransitDigestConfig.Builder.keyName(String keyName)
Name of the key (Vault server side) used for this digest.
TransitSecurityProvider.TransitDigestConfig.Builder.keyVersion(int keyVersion)
Specifies the version of the key to use for digest.
Specifies the way in which the signature should be marshaled.
When using a RSA key, specifies the RSA signature algorithm to use for signing.
TransitSecurityProvider.TransitDigestConfig.Builder.type(String type)