| Package | Description |
|---|---|
| com.nimbusds.jose |
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
|
| com.nimbusds.jose.crypto |
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JWEObjectJSON.encrypt(JWEEncrypterMulti encrypter)
Encrypts this JWE object with the specified encrypter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ECDH1PUEncrypterMulti
Elliptic Curve Diffie-Hellman Multi-recipient encrypter of
JWE objects for curves using EC JWK keys. |
class |
ECDH1PUX25519EncrypterMulti
Elliptic Curve Diffie-Hellman Multi-recipient encrypter of
JWE objects for curves using EC JWK keys. |
class |
ECDHEncrypterMulti
Elliptic Curve Diffie-Hellman Multi-recipient encrypter of
JWE objects for curves using EC JWK keys. |
class |
X25519EncrypterMulti
Elliptic Curve Diffie-Hellman Multi-recipient encrypter of
JWE objects for curves using EC JWK keys. |
Copyright © 2021 Connect2id Ltd.. All rights reserved.