Interface SignServiceSignerProvider
- All Known Implementing Classes:
DefaultSignServiceSignerProvider
public interface SignServiceSignerProvider
Interface for sign service signer provider
-
Method Summary
Modifier and TypeMethodDescriptiongetSigner(String signatureAlgorithm, SignatureType signatureType) Get a sign service signer for a given signature algorithm and signature type
-
Method Details
-
getSigner
SignServiceSigner getSigner(@Nonnull String signatureAlgorithm, @Nonnull SignatureType signatureType) Get a sign service signer for a given signature algorithm and signature type- Parameters:
signatureAlgorithm- the signature algorithm to usesignatureType- the type of signature that is being created (typically, XML, PDF or JSON)- Returns:
SignServiceSignerfor the given algorithm and signature type
-