public interface RSAEncryptionConfiguration
| Modifier and Type | Method and Description | 
|---|---|
com.nimbusds.jose.EncryptionMethod | 
getEncryptionMethod()  | 
com.nimbusds.jose.JWEAlgorithm | 
getJweAlgorithm()  | 
RSAPrivateKey | 
getPrivateKey()  | 
RSAPublicKey | 
getPublicKey()  | 
RSAPublicKey getPublicKey()
RSAPrivateKey getPrivateKey()
com.nimbusds.jose.JWEAlgorithm getJweAlgorithm()
com.nimbusds.jose.EncryptionMethod getEncryptionMethod()
EncryptionMethod