Uses of Interface
com.nimbusds.jose.JWSAlgorithmProvider

Packages that use JWSAlgorithmProvider
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 JWSAlgorithmProvider in com.nimbusds.jose
 

Subinterfaces of JWSAlgorithmProvider in com.nimbusds.jose
 interface JWSSigner
          Interface for signing JSON Web Signature (JWS) objects.
 interface JWSVerifier
          Interface for verifying JSON Web Signature (JWS) objects.
 

Uses of JWSAlgorithmProvider in com.nimbusds.jose.crypto
 

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