Uses of Class
org.springframework.vault.support.Signature
Package
Description
Vault core support.
Classes supporting the Vault packages, such as value objects.
-
Uses of Signature in org.springframework.vault.core
Modifier and TypeMethodDescriptionCreate a cryptographic signature usingkeyName
of the givenPlaintext
and the default hash algorithm.VaultTransitOperations.sign
(String keyName, VaultSignRequest request) Create a cryptographic signature usingkeyName
of the givenVaultSignRequest
and the specified hash algorithm.VaultTransitTemplate.sign
(String keyName, VaultSignRequest signRequest) Modifier and TypeMethodDescriptionboolean
boolean
-
Uses of Signature in org.springframework.vault.support
Modifier and TypeMethodDescriptionVaultSignatureVerificationRequest.getSignature()
static Signature
Factory method to create aSignature
from the givensignature
.