Package com.nimbusds.jose.crypto.impl
Class RSASSA
- java.lang.Object
-
- com.nimbusds.jose.crypto.impl.RSASSA
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Signature
getSignerAndVerifier(JWSAlgorithm alg, Provider provider)
Returns a signer and verifier for the specified RSASSA-based JSON Web Algorithm (JWA).
-
-
-
Method Detail
-
getSignerAndVerifier
public static Signature getSignerAndVerifier(JWSAlgorithm alg, 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.
-
-