Interface RSAEncryptionConfiguration


  • public interface RSAEncryptionConfiguration
    Author:
    Sergio del Amo
    • Method Detail

      • getPublicKey

        java.security.interfaces.RSAPublicKey getPublicKey()
        Returns:
        RSA public Key
      • getPrivateKey

        java.security.interfaces.RSAPrivateKey getPrivateKey()
        Returns:
        RSA private Key
      • getJweAlgorithm

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

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