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 |
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 |
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 |
RSASSASigner
RSA Signature-Scheme-with-Appendix (RSASSA) signer of
JWS objects . |
class |
RSASSAVerifier
RSA Signature-Scheme-with-Appendix (RSASSA) verifier of
JWS objects . |
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.