Uses of Interface
com.nimbusds.jose.Option
Packages that use Option
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
Javascript Object Signing and Encryption (JOSE) options.
-
Uses of Option in com.nimbusds.jose
Subinterfaces of Option in com.nimbusds.joseModifier and TypeInterfaceDescriptioninterfaceMarker interface for a JSON Web Encryption (JWE) decrypter option.interfaceMarker interface for a JSON Web Encryption (JWE) encrypter option.interfaceMarker interface for a JSON Web Signature (JWS) signer option. -
Uses of Option in com.nimbusds.jose.crypto.opts
Classes in com.nimbusds.jose.crypto.opts that implement OptionModifier 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 Signature (JWS) option to prompt the user to authenticate in order to complete the signing operation.Methods in com.nimbusds.jose.crypto.opts with type parameters of type OptionModifier and TypeMethodDescriptionstatic <T extends Option>
booleanOptionUtils.optionIsPresent(Set<? extends Option> opts, Class<T> tClass) Deprecated.Method parameters in com.nimbusds.jose.crypto.opts with type arguments of type OptionModifier and TypeMethodDescriptionstatic voidOptionUtils.ensureMinRSAPrivateKeySize(PrivateKey privateKey, Set<? extends Option> opts) Throws anIllegalArgumentExceptionif the size of the specified RSA private key shorter than the minimum required.static <T extends Option>
booleanOptionUtils.optionIsPresent(Set<? extends Option> opts, Class<T> tClass) Deprecated.