Interface ValidationEnd
- All Known Implementing Classes:
JWS.Validator
public interface ValidationEnd
Defines the final step within the workflow of the Fluent API regarding the generation of signatures.
- Author:
- Christof Reichardt
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvalidate()Uses the gathered information to validate the signature.
-
Method Details
-
validate
Uses the gathered information to validate the signature.- Returns:
- true if the signature was verified.
- Throws:
GeneralSecurityException- passed through from the underlying implementations of the algorithms by the JDK.
-