Class ExtendedAlgorithmSupport

java.lang.Object
se.swedenconnect.opensaml.xmlsec.algorithm.ExtendedAlgorithmSupport

public final class ExtendedAlgorithmSupport extends Object
OpenSAML's AlgorithmSupport class does not offer utility methods needed for RSA-PSS. This class adds this.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
  • Method Details

    • isRSAPSS

      public static boolean isRSAPSS(String signatureAlgorithm)
      Predicate that tells whether the supplied algorithm is a RSA-PSS algorithm.
      Parameters:
      signatureAlgorithm - the algorithm to test
      Returns:
      true if the algorithm is a RSA-PSS algorithm, and false otherwise