Interface SignatureEnd
- All Known Implementing Classes:
JWS.Signature
public interface SignatureEnd
Defines the final step within the workflow of the Fluent API regarding the generation of signatures.
- Author:
- Christof Reichardt
-
Method Summary
Modifier and TypeMethodDescriptionsign()Uses the gathered information to create a JSON Web Signature using the JWS Compact Serialization.
-
Method Details
-
sign
Uses the gathered information to create a JSON Web Signature using the JWS Compact Serialization.- Returns:
- a
JWSCompactSerialization. - Throws:
GeneralSecurityException- passed through from the underlying implementations of the algorithms by the JDK.
-