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.
|
Modifier and Type | Method and Description |
---|---|
void |
JWSObject.sign(JWSSigner signer)
Signs this JWS object with the specified signer.
|
Modifier and Type | Class and Description |
---|---|
class |
ECDSASigner
Elliptic Curve Digital Signature Algorithm (ECDSA) signer of
JWS objects . |
class |
MACSigner
Message Authentication Code (MAC) signer of
JWS objects . |
class |
RSASSASigner
RSA Signature-Scheme-with-Appendix (RSASSA) signer of
JWS objects . |
Copyright © 2017 Connect2id Ltd.. All rights reserved.