Uses of Interface
com.nimbusds.jose.CompletableJWSObjectSigning
Packages that use CompletableJWSObjectSigning
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
-
Uses of CompletableJWSObjectSigning in com.nimbusds.jose
Methods in com.nimbusds.jose that return CompletableJWSObjectSigningModifier and TypeMethodDescriptionActionRequiredForJWSCompletionException.getCompletableJWSObjectSigning()
Returns an interface to complete the JWS object signing after the required action is performed.Constructors in com.nimbusds.jose with parameters of type CompletableJWSObjectSigningModifierConstructorDescriptionActionRequiredForJWSCompletionException
(String message, JWSSignerOption option, CompletableJWSObjectSigning completableSigning) Creates a new action required for JWS completion exception.