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 Type
    Method
    Description
    boolean
    Uses the gathered information to validate the signature.
  • Method Details

    • validate

      boolean validate() throws GeneralSecurityException
      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.