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 | Interface and Description |
---|---|
interface |
JWEDecrypter
Interface for decrypting JSON Web Encryption (JWE) objects.
|
interface |
JWEEncrypter
Interface for encrypting JSON Web Encryption (JWE) objects.
|
Modifier and Type | Class and Description |
---|---|
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 |
RSADecrypter
RSA decrypter of
JWE objects . |
class |
RSAEncrypter
RSA encrypter of
JWE objects . |
Copyright © 2014 Connect2id Ltd.. All Rights Reserved.