| Package | Description |
|---|---|
| com.nimbusds.jose.crypto |
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ECDH1PUDecrypter
Elliptic Curve Diffie-Hellman decrypter of
JWE objects for curves using an EC JWK. |
class |
ECDH1PUDecrypterMulti
Elliptic Curve Diffie-Hellman Multi-recipient decrypter of
JWE objects for curves using EC JWK
keys. |
class |
ECDH1PUEncrypter
Elliptic Curve Diffie-Hellman encrypter of
JWE objects for curves using an EC JWK. |
class |
ECDH1PUEncrypterMulti
Elliptic Curve Diffie-Hellman Multi-recipient encrypter of
JWE objects for curves using EC JWK keys. |
class |
ECDH1PUX25519Decrypter
Elliptic Curve Diffie-Hellman decrypter of
JWE objects for curves using an OKP JWK. |
class |
ECDH1PUX25519DecrypterMulti
Elliptic Curve Diffie-Hellman Multi-recipient decrypter of
JWE objects for curves using EC JWK
Expects a private OctetKeyPair key with "crv" X25519. |
class |
ECDH1PUX25519Encrypter
Elliptic Curve Diffie-Hellman encrypter of
JWE objects for curves using an OKP JWK. |
class |
ECDH1PUX25519EncrypterMulti
Elliptic Curve Diffie-Hellman Multi-recipient encrypter of
JWE objects for curves using EC JWK keys. |
Copyright © 2021 Connect2id Ltd.. All rights reserved.