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 |
JWEAlgorithmProvider
Common interface for JSON Web Encryption (JWE)
encrypters and decrypters . |
interface |
JWEDecrypter
Interface for decrypting JSON Web Encryption (JWE) objects.
|
interface |
JWEEncrypter
Interface for encrypting JSON Web Encryption (JWE) objects.
|
interface |
JWSAlgorithmProvider
|
interface |
JWSSigner
Interface for signing JSON Web Signature (JWS) objects.
|
interface |
JWSVerifier
Interface for verifying JSON Web Signature (JWS) objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AESDecrypter
AES decrypter of
JWE objects . |
class |
AESEncrypter
AES 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 |
ECDSASigner
Elliptic Curve Digital Signature Algorithm (ECDSA) signer of
JWS objects . |
class |
ECDSAVerifier
Elliptic Curve Digital Signature Algorithm (ECDSA) verifier of
JWS objects . |
class |
MACSigner
Message Authentication Code (MAC) signer of
JWS objects . |
class |
MACVerifier
Message Authentication Code (MAC) verifier of
JWS objects . |
class |
RSADecrypter
RSA decrypter of
JWE objects . |
class |
RSAEncrypter
RSA encrypter of
JWE objects . |
class |
RSASSASigner
RSA Signature-Scheme-with-Appendix (RSASSA) signer of
JWS objects . |
class |
RSASSAVerifier
RSA Signature-Scheme-with-Appendix (RSASSA) verifier of
JWS objects . |
Copyright © 2014 Connect2id Ltd.. All Rights Reserved.