Interface RSAEncryptionConfiguration


public interface RSAEncryptionConfiguration
Author:
Sergio del Amo
  • Method Details

    • getPublicKey

      RSAPublicKey getPublicKey()
      Returns:
      RSA public Key
    • getPrivateKey

      RSAPrivateKey getPrivateKey()
      Returns:
      RSA private Key
    • getJweAlgorithm

      com.nimbusds.jose.JWEAlgorithm getJweAlgorithm()
      Returns:
      The JWE algorithm
    • getEncryptionMethod

      com.nimbusds.jose.EncryptionMethod getEncryptionMethod()
      Returns:
      EncryptionMethod