Interface CompletableJWSObjectSigning


  • public interface CompletableJWSObjectSigning
    Completable JSON Web Signature (JWS) object signing. Implementations must be thread-safe.
    • Method Detail

      • complete

        Base64URL complete()
                    throws JOSEException
        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.