Uses of Interface
com.nimbusds.jose.JWEDecrypterOption
Packages that use JWEDecrypterOption
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
Javascript Object Signing and Encryption (JOSE) options.
-
Uses of JWEDecrypterOption in com.nimbusds.jose
Method parameters in com.nimbusds.jose with type arguments of type JWEDecrypterOptionModifier and TypeMethodDescriptionvoidJWEObject.decrypt(JWEDecrypter decrypter, Set<JWEDecrypterOption> opts) Decrypts this JWE object with the specified decrypter and options. -
Uses of JWEDecrypterOption in com.nimbusds.jose.crypto.opts
Classes in com.nimbusds.jose.crypto.opts that implement JWEDecrypterOptionModifier and TypeClassDescriptionfinal classJSON Web Signature (JWS) and JSON Web Encryption (JWE) option to allow weak RSA keys shorter than2048 bits.final classJCA cipher mode.final classJSON Web Encryption (JWE) decrypter option to configure the maximum allowed length of compressed cipher text.