Uses of Interface
com.nimbusds.jose.JWSSignerOption
Packages that use JWSSignerOption
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
Javascript Object Signing and Encryption (JOSE) options.
-
Uses of JWSSignerOption in com.nimbusds.jose
Methods in com.nimbusds.jose that return JWSSignerOptionModifier and TypeMethodDescriptionActionRequiredForJWSCompletionException.getTriggeringOption()Returns the JWS signer option that triggered this exception.Constructors in com.nimbusds.jose with parameters of type JWSSignerOptionModifierConstructorDescriptionActionRequiredForJWSCompletionException(String message, JWSSignerOption option, CompletableJWSObjectSigning completableSigning) Creates a new action required for JWS completion exception. -
Uses of JWSSignerOption in com.nimbusds.jose.crypto
Constructor parameters in com.nimbusds.jose.crypto with type arguments of type JWSSignerOptionModifierConstructorDescriptionECDSASigner(ECKey ecJWK, Set<JWSSignerOption> opts) Creates a new Elliptic Curve Digital Signature Algorithm (ECDSA) signer.ECDSASigner(ECPrivateKey privateKey, Set<JWSSignerOption> opts) Creates a new Elliptic Curve Digital Signature Algorithm (ECDSA) signer.ECDSASigner(PrivateKey privateKey, Curve curve, Set<JWSSignerOption> opts) Creates a new Elliptic Curve Digital Signature Algorithm (ECDSA) signer.RSASSASigner(RSAKey rsaJWK, Set<JWSSignerOption> opts) Creates a new RSA Signature-Scheme-with-Appendix (RSASSA) signer.RSASSASigner(PrivateKey privateKey, Set<JWSSignerOption> opts) Creates a new RSA Signature-Scheme-with-Appendix (RSASSA) signer. -
Uses of JWSSignerOption in com.nimbusds.jose.crypto.opts
Classes in com.nimbusds.jose.crypto.opts that implement JWSSignerOptionModifier and TypeClassDescriptionfinal classJSON Web Signature (JWS) and JSON Web Encryption (JWE) option to allow weak RSA keys shorter than2048 bits.final classJSON Web Signature (JWS) option to prompt the user to authenticate in order to complete the signing operation.