Uses of Interface
com.nimbusds.jose.JWEEncrypter
Packages that use JWEEncrypter
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
-
Uses of JWEEncrypter in com.nimbusds.jose
Methods in com.nimbusds.jose with parameters of type JWEEncrypterModifier and TypeMethodDescriptionvoidJWEObject.encrypt(JWEEncrypter encrypter) Encrypts this JWE object with the specified encrypter.voidJWEObjectJSON.encrypt(JWEEncrypter encrypter) Encrypts this JWE object with the specified encrypter. -
Uses of JWEEncrypter in com.nimbusds.jose.crypto
Classes in com.nimbusds.jose.crypto that implement JWEEncrypterModifier and TypeClassDescriptionclassAES and AES GCM key wrap encrypter ofJWE objects.classDirect encrypter ofJWE objectswith a shared symmetric key.classElliptic Curve Diffie-Hellman encrypter ofJWE objectsfor curves using an EC JWK.classElliptic Curve Diffie-Hellman encrypter ofJWE objectsfor curves using an OKP JWK.classElliptic Curve Diffie-Hellman encrypter ofJWE objectsfor curves using EC JWK keys.classMulti-recipient encrypter ofJWE objects.classPassword-based encrypter ofJWE objects.classRSA encrypter ofJWE objects.classCurve25519 Elliptic Curve Diffie-Hellman encrypter ofJWE objects.