Class RSADecrypter

java.lang.Object
org.jboss.resteasy.jose.jwe.crypto.RSADecrypter

public class RSADecrypter extends Object
RSA decrypter. This class is thread-safe.

Supports the following JWE algorithms:

  • RSA1_5
  • RSA_OAEP

Supports the following encryption methods:

  • A128CBC_HS256
  • A256CBC_HS512
  • A128GCM
  • A256GCM
Version:
$version$ (2013-05-29)
Author:
David Ortiz, Vladimir Dzhuvinov
  • Constructor Details

    • RSADecrypter

      public RSADecrypter()
  • Method Details