Package com.nimbusds.jose
Interface CompletableJWSObjectSigning
public interface CompletableJWSObjectSigning
Completable JSON Web Signature (JWS) object signing. Implementations must be
thread-safe.
-
Method Summary
Modifier and TypeMethodDescriptioncomplete()
Completes the JWS object signing.Returns the initialised signature object.
-
Method Details
-
getInitializedSignature
Returns the initialised signature object. Enables the binding of a user verification to a specific instance of a Signature.- Returns:
- The initialised Signature object.
-
complete
Completes the JWS object signing.- Returns:
- The resulting signature part (third part) of the JWS object.
- Throws:
JOSEException
- If the JWS object couldn't be signed.
-