Uses of Interface
com.nimbusds.jose.JWEProvider
-
Packages that use JWEProvider Package Description com.nimbusds.jose Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.com.nimbusds.jose.crypto Implementations of standard Javascript Object Signing and Encryption (JOSE) algorithms.com.nimbusds.jose.crypto.factories JWS signer, JWS verifier, JWE encrypter and JWE decrypter factory implementations.com.nimbusds.jose.crypto.impl Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and JWE decrypters in thecom.nimbusds.jose.cryptopackage.com.nimbusds.jose.proc Framework for application-specific verification and decryption of JOSE objects (with arbitrary payloads). -
-
Uses of JWEProvider in com.nimbusds.jose
Subinterfaces of JWEProvider in com.nimbusds.jose Modifier and Type Interface Description interfaceJWEDecrypterJSON Web Encryption (JWE) decrypter.interfaceJWEEncrypterJSON Web Encryption (JWE) encrypter. -
Uses of JWEProvider in com.nimbusds.jose.crypto
Classes in com.nimbusds.jose.crypto that implement JWEProvider Modifier and Type Class Description classAESDecrypterAES and AES GCM key wrap decrypter ofJWE objects.classAESEncrypterAES and AES GCM key wrap encrypter ofJWE objects.classDirectDecrypterDirect decrypter ofJWE objectswith a shared symmetric key.classDirectEncrypterDirect encrypter ofJWE objectswith a shared symmetric key.classECDH1PUDecrypterElliptic Curve Diffie-Hellman decrypter ofJWE objectsfor curves using an EC JWK.classECDH1PUEncrypterElliptic Curve Diffie-Hellman encrypter ofJWE objectsfor curves using an EC JWK.classECDH1PUX25519DecrypterElliptic Curve Diffie-Hellman decrypter ofJWE objectsfor curves using an OKP JWK.classECDH1PUX25519EncrypterElliptic Curve Diffie-Hellman encrypter ofJWE objectsfor curves using an OKP JWK.classECDHDecrypterElliptic Curve Diffie-Hellman decrypter ofJWE objectsfor curves using EC JWK keys.classECDHEncrypterElliptic Curve Diffie-Hellman encrypter ofJWE objectsfor curves using EC JWK keys.classMultiDecrypterMulti-recipient decrypter ofJWE objects.classMultiEncrypterMulti-recipient encrypter ofJWE objects.classPasswordBasedDecrypterPassword-based decrypter ofJWE objects.classPasswordBasedEncrypterPassword-based encrypter ofJWE objects.classRSADecrypterRSA decrypter ofJWE objects.classRSAEncrypterRSA encrypter ofJWE objects.classX25519DecrypterCurve25519 Elliptic Curve Diffie-Hellman decrypter ofJWE objects.classX25519EncrypterCurve25519 Elliptic Curve Diffie-Hellman encrypter ofJWE objects. -
Uses of JWEProvider in com.nimbusds.jose.crypto.factories
Classes in com.nimbusds.jose.crypto.factories that implement JWEProvider Modifier and Type Class Description classDefaultJWEDecrypterFactoryDefault JSON Web Encryption (JWE) decrypter factory. -
Uses of JWEProvider in com.nimbusds.jose.crypto.impl
Classes in com.nimbusds.jose.crypto.impl that implement JWEProvider Modifier and Type Class Description classAESCryptoProviderThe base abstract class for AES and AES GCM key wrap encrypters and decrypters ofJWE objects.classDirectCryptoProviderThe base abstract class for direct encrypters and decrypters ofJWE objectswith a shared symmetric key.classECDH1PUCryptoProviderThe base abstract class for Elliptic Curve Diffie-Hellman One-Pass Unified Model encrypters and decrypters ofJWE objects.classECDHCryptoProviderThe base abstract class for Elliptic Curve Diffie-Hellman encrypters and decrypters ofJWE objects.classMultiCryptoProviderThe base abstract class for multi-recipient encrypters and decrypters ofJWE objectswith a shared symmetric key.classPasswordBasedCryptoProviderThe base abstract class for password-based encrypters and decrypters ofJWE objects.classRSACryptoProviderThe base abstract class for RSA encrypters and decrypters ofJWE objects. -
Uses of JWEProvider in com.nimbusds.jose.proc
Subinterfaces of JWEProvider in com.nimbusds.jose.proc Modifier and Type Interface Description interfaceJWEDecrypterFactoryJSON Web Encryption (JWE) decrypter factory.
-