Interface SignServiceSignerProvider

All Known Implementing Classes:
DefaultSignServiceSignerProvider

public interface SignServiceSignerProvider
Interface for sign service signer provider
  • Method Summary

    Modifier and Type
    Method
    Description
    getSigner(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 use
      signatureType - the type of signature that is being created (typically, XML, PDF or JSON)
      Returns:
      SignServiceSigner for the given algorithm and signature type