Interface CriticalHeaderParamsAware

    • Method Detail

      • getProcessedCriticalHeaderParams

        Set<StringgetProcessedCriticalHeaderParams()
        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

        Set<StringgetDeferredCriticalHeaderParams()
        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.