Package com.nimbusds.jose.crypto.impl
Class RSASSA
- java.lang.Object
-
- com.nimbusds.jose.crypto.impl.RSASSA
-
public class RSASSA extends java.lang.ObjectRSA-SSA functions and utilities.- Version:
- 2021-08-01
- Author:
- Vladimir Dzhuvinov
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.security.SignaturegetSignerAndVerifier(JWSAlgorithm alg, java.security.Provider provider)Returns a signer and verifier for the specified RSASSA-based JSON Web Algorithm (JWA).
-
-
-
Method Detail
-
getSignerAndVerifier
public static java.security.Signature getSignerAndVerifier(JWSAlgorithm alg, java.security.Provider provider) throws JOSEException
Returns a signer and verifier for the specified RSASSA-based JSON Web Algorithm (JWA).- Parameters:
alg- The JSON Web Algorithm (JWA). Must be supported and notnull.- Returns:
- A signer and verifier instance.
- Throws:
JOSEException- If the algorithm is not supported.
-
-