Interface ECEncryptionConfiguration
public interface ECEncryptionConfiguration
- Since:
- 1.0
- Author:
- Sergio del Amo
-
Method Summary
Modifier and TypeMethodDescriptioncom.nimbusds.jose.EncryptionMethod
com.nimbusds.jose.JWEAlgorithm
-
Method Details
-
getPublicKey
ECPublicKey getPublicKey()- Returns:
- EC Public Key
-
getPrivateKey
ECPrivateKey getPrivateKey()- Returns:
- EC Private Key
-
getJweAlgorithm
com.nimbusds.jose.JWEAlgorithm getJweAlgorithm()- Returns:
- The JWE algorithm
-
getEncryptionMethod
com.nimbusds.jose.EncryptionMethod getEncryptionMethod()- Returns:
EncryptionMethod
-