Interface ECEncryptionConfiguration
public interface ECEncryptionConfiguration
- Since:
- 1.0
- Author:
- Sergio del Amo
- 
Method SummaryModifier and TypeMethodDescriptioncom.nimbusds.jose.EncryptionMethodcom.nimbusds.jose.JWEAlgorithm
- 
Method Details- 
getPublicKeyECPublicKey getPublicKey()- Returns:
- EC Public Key
 
- 
getPrivateKeyECPrivateKey getPrivateKey()- Returns:
- EC Private Key
 
- 
getJweAlgorithmcom.nimbusds.jose.JWEAlgorithm getJweAlgorithm()- Returns:
- The JWE algorithm
 
- 
getEncryptionMethodcom.nimbusds.jose.EncryptionMethod getEncryptionMethod()- Returns:
- EncryptionMethod
 
 
-