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