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
          RSA decrypter of JWE objects.
 class RSAEncrypter
          RSA encrypter of JWE objects.
 



Copyright © 2013 NimbusDS. All Rights Reserved.