Uses of Interface
com.nimbusds.jose.JWEEncrypterOption
Packages that use JWEEncrypterOption
Package
Description
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
Javascript Object Signing and Encryption (JOSE) options.
-
Uses of JWEEncrypterOption in com.nimbusds.jose.crypto
Constructor parameters in com.nimbusds.jose.crypto with type arguments of type JWEEncrypterOptionModifierConstructorDescriptionRSAEncrypter(RSAPublicKey publicKey, SecretKey contentEncryptionKey, Set<JWEEncrypterOption> opts) Creates a new RSA encrypter with an optionally specified content encryption key (CEK). -
Uses of JWEEncrypterOption in com.nimbusds.jose.crypto.opts
Classes in com.nimbusds.jose.crypto.opts that implement JWEEncrypterOption