Uses of Interface
com.nimbusds.jose.JWEAlgorithmProvider

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

Subinterfaces of JWEAlgorithmProvider in com.nimbusds.jose
 interface JWEDecrypter
          Interface for decrypting JSON Web Encryption (JWE) objects.
 interface JWEEncrypter
          Interface for encrypting JSON Web Encryption (JWE) objects.
 

Uses of JWEAlgorithmProvider in com.nimbusds.jose.crypto
 

Classes in com.nimbusds.jose.crypto that implement JWEAlgorithmProvider
 class RSADecrypter
          This class is not fully tested and is provided for documentation and development purposes only.
 class RSAEncrypter
          This class is not fully tested and is provided for documentation and development purposes only.
 



Copyright © 2013 NimbusDS. All Rights Reserved.