Uses of Interface
com.nimbusds.jose.JWSSigner

Packages that use JWSSigner
com.nimbusds.jose Javascript Object Signing and Encryption (JOSE) classes. 
com.nimbusds.jose.crypto Implementations of selected Javascript Object Signing and Encryption (JOSE) algorithms. 
 

Uses of JWSSigner in com.nimbusds.jose
 

Methods in com.nimbusds.jose with parameters of type JWSSigner
 void JWSObject.sign(JWSSigner signer)
          Signs this JWS object with the specified signer.
 

Uses of JWSSigner in com.nimbusds.jose.crypto
 

Classes in com.nimbusds.jose.crypto that implement JWSSigner
 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 © 2013 NimbusDS. All Rights Reserved.