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