Uses of Interface
com.nimbusds.jose.JWEEncrypter
-
Packages that use JWEEncrypter 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. -
-
Uses of JWEEncrypter in com.nimbusds.jose
Methods in com.nimbusds.jose with parameters of type JWEEncrypter Modifier and Type Method Description voidJWEObject. 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 JWEEncrypter Modifier and Type Class Description classAESEncrypterAES and AES GCM key wrap encrypter ofJWE objects.classDirectEncrypterDirect encrypter ofJWE objectswith a shared symmetric key.classECDH1PUEncrypterElliptic Curve Diffie-Hellman encrypter ofJWE objectsfor curves using an EC JWK.classECDH1PUX25519EncrypterElliptic Curve Diffie-Hellman encrypter ofJWE objectsfor curves using an OKP JWK.classECDHEncrypterElliptic Curve Diffie-Hellman encrypter ofJWE objectsfor curves using EC JWK keys.classMultiEncrypterMulti-recipient encrypter ofJWE objects.classPasswordBasedEncrypterPassword-based encrypter ofJWE objects.classRSAEncrypterRSA encrypter ofJWE objects.classX25519EncrypterCurve25519 Elliptic Curve Diffie-Hellman encrypter ofJWE objects.
-