Interface ECEncryptionConfiguration


  • public interface ECEncryptionConfiguration
    Since:
    1.0
    Author:
    Sergio del Amo
    • Method Detail

      • getPublicKey

        java.security.interfaces.ECPublicKey getPublicKey()
        Returns:
        EC Public Key
      • getPrivateKey

        java.security.interfaces.ECPrivateKey getPrivateKey()
        Returns:
        EC Private Key
      • getJweAlgorithm

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

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