Interface RSAEncryptionConfiguration
public interface RSAEncryptionConfiguration
- Author:
 - Sergio del Amo
 
- 
Method Summary
Modifier and TypeMethodDescriptioncom.nimbusds.jose.EncryptionMethodcom.nimbusds.jose.JWEAlgorithm 
- 
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
 
 -