Class RSASignature

    • Method Detail

      • supportedAlgorithmsMessage

        public java.lang.String supportedAlgorithmsMessage()
        Returns:
        message explaining the supported algorithms
      • supports

        public boolean supports​(com.nimbusds.jose.JWSAlgorithm algorithm)
        Description copied from interface: SignatureConfiguration
        Whether this signature configuration supports this algorithm.
        Parameters:
        algorithm - the signature algorithm
        Returns:
        whether this signature configuration supports this algorithm
      • verify

        public boolean verify​(com.nimbusds.jwt.SignedJWT jwt)
                       throws com.nimbusds.jose.JOSEException
        Description copied from interface: SignatureConfiguration
        Verify a signed JWT.
        Parameters:
        jwt - the signed JWT
        Returns:
        whether the signed JWT is verified
        Throws:
        com.nimbusds.jose.JOSEException - exception when verifying the JWT