Class ExtendedAlgorithmSupport
java.lang.Object
se.swedenconnect.opensaml.xmlsec.algorithm.ExtendedAlgorithmSupport
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 Summary
-
Method Details
-
isRSAPSS
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
-