| 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 |
|---|---|
JWECryptoParts |
JWEEncrypter.encrypt(JWEHeader header,
byte[] clearText)
Encrypts the specified clear text of a
JWE object. |
| Modifier and Type | Method and Description |
|---|---|
JWECryptoParts |
DirectEncrypter.encrypt(JWEHeader readOnlyJWEHeader,
byte[] bytes) |
JWECryptoParts |
RSAEncrypter.encrypt(JWEHeader header,
byte[] bytes) |
JWECryptoParts |
AESEncrypter.encrypt(JWEHeader header,
byte[] bytes) |
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.