Interface CriticalHeaderParamsAware

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getDeferredCriticalHeaderParams()
      Returns the names of the critical (crit) header parameters that are deferred to the application for processing and will be ignored by the JWS verifier / JWE decrypter.
      java.util.Set<java.lang.String> getProcessedCriticalHeaderParams()
      Returns the names of the critical (crit) header parameters that are understood and processed by the JWS verifier / JWE decrypter.
    • Method Detail

      • getProcessedCriticalHeaderParams

        java.util.Set<java.lang.String> getProcessedCriticalHeaderParams()
        Returns the names of the critical (crit) header parameters that are understood and processed by the JWS verifier / JWE decrypter.
        Returns:
        The names of the critical header parameters that are understood and processed, empty set if none.
      • getDeferredCriticalHeaderParams

        java.util.Set<java.lang.String> getDeferredCriticalHeaderParams()
        Returns the names of the critical (crit) header parameters that are deferred to the application for processing and will be ignored by the JWS verifier / JWE decrypter.
        Returns:
        The names of the critical header parameters that are deferred to the application for processing, empty set if none.