| Package | Description |
|---|---|
| com.nimbusds.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
| com.nimbusds.jose.crypto |
Implementations of all standard Javascript Object Signing and Encryption
(JOSE) algorithms.
|
| com.nimbusds.jose.proc |
Secure and robust framework for application-specific processing of JOSE
objects (with arbitrary payloads).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JWSObject.verify(JWSVerifier verifier)
Checks the signature of this JWS object with the specified verifier.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ECDSAVerifier
Elliptic Curve Digital Signature Algorithm (ECDSA) verifier of
JWS objects. |
class |
MACVerifier
Message Authentication Code (MAC) verifier of
JWS objects. |
class |
RSASSAVerifier
RSA Signature-Scheme-with-Appendix (RSASSA) verifier of
JWS objects. |
| Modifier and Type | Method and Description |
|---|---|
JWSVerifier |
JWSVerifierFactory.createJWSVerifier(JWSHeader header,
Key key)
Creates a new JWS verifier for the specified header and key.
|
JWSVerifier |
DefaultJWSVerifierFactory.createJWSVerifier(JWSHeader header,
Key key) |
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.