| Package | Description |
|---|---|
| com.nimbusds.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
| com.nimbusds.jose.crypto |
Implementations of selected Javascript Object Signing and Encryption (JOSE)
algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JWEObject.decrypt(JWEDecrypter decrypter)
Decrypts this JWE object with the specified decrypter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AESDecrypter
AES decrypter of
JWE objects. |
class |
DirectDecrypter
Direct decrypter of
JWE objects with a
shared symmetric key. |
class |
RSADecrypter
RSA decrypter of
JWE objects. |
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.