| 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.encrypt(JWEEncrypter encrypter)
Encrypts this JWE object with the specified encrypter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectEncrypter
Direct encrypter of
JWE objects with a
shared symmetric key. |
class |
RSAEncrypter
RSA encrypter of
JWE objects. |
Copyright © 2014 Connect2id Ltd.. All Rights Reserved.