| Package | Description |
|---|---|
| com.nimbusds.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
| com.nimbusds.jose.crypto |
Implementations of all standard Javascript Object Signing and Encryption
(JOSE) algorithms.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JWEDecrypter
JSON Web Encryption (JWE) decrypter.
|
interface |
JWEEncrypter
JSON Web Encryption (JWE) encrypter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AESDecrypter
AES and AES GCM key wrap decrypter of
JWE
objects. |
class |
AESEncrypter
AES and AES GCM key wrap encrypter of
JWE
objects. |
class |
DirectDecrypter
Direct decrypter of
JWE objects with a
shared symmetric key. |
class |
DirectEncrypter
Direct encrypter of
JWE objects with a
shared symmetric key. |
class |
ECDHDecrypter
Elliptic Curve Diffie-Hellman decrypter of
JWE objects. |
class |
ECDHEncrypter
Elliptic Curve Diffie-Hellman encrypter of
JWE objects. |
class |
PasswordBasedDecrypter
Password-based decrypter of
JWE objects. |
class |
PasswordBasedEncrypter
Password-based encrypter of
JWE objects. |
class |
RSADecrypter
RSA decrypter of
JWE objects. |
class |
RSAEncrypter
RSA encrypter of
JWE objects. |
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.