public interface ECEncryptionConfiguration
Modifier and Type | Method and Description |
---|---|
com.nimbusds.jose.EncryptionMethod |
getEncryptionMethod() |
com.nimbusds.jose.JWEAlgorithm |
getJweAlgorithm() |
ECPrivateKey |
getPrivateKey() |
ECPublicKey |
getPublicKey() |
ECPublicKey getPublicKey()
ECPrivateKey getPrivateKey()
com.nimbusds.jose.JWEAlgorithm getJweAlgorithm()
com.nimbusds.jose.EncryptionMethod getEncryptionMethod()
EncryptionMethod