Class JWSValidator

java.lang.Object
de.christofreichardt.json.websignature.JWSBase
de.christofreichardt.json.websignature.JWSValidator
All Implemented Interfaces:
de.christofreichardt.diagnosis.Traceable

public class JWSValidator extends JWSBase implements de.christofreichardt.diagnosis.Traceable
Low level class for the validating JSON web signatures. Subject to change. Do not use. The preferred entry point is the Fluent API.
Author:
Christof Reichardt
  • Constructor Details

  • Method Details

    • validate

      public boolean validate(Key key) throws GeneralSecurityException
      Throws:
      GeneralSecurityException
    • getCurrentTracer

      public de.christofreichardt.diagnosis.AbstractTracer getCurrentTracer()
      Specified by:
      getCurrentTracer in interface de.christofreichardt.diagnosis.Traceable