Uses of Class
com.nimbusds.jose.crypto.impl.BaseJWEProvider
-
Packages that use BaseJWEProvider Package Description com.nimbusds.jose.crypto Implementations of standard Javascript Object Signing and Encryption (JOSE) algorithms.com.nimbusds.jose.crypto.impl Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and JWE decrypters in thecom.nimbusds.jose.cryptopackage. -
-
Uses of BaseJWEProvider in com.nimbusds.jose.crypto
Subclasses of BaseJWEProvider in com.nimbusds.jose.crypto 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 BaseJWEProvider in com.nimbusds.jose.crypto.impl
Subclasses of BaseJWEProvider in com.nimbusds.jose.crypto.impl 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.
-