public interface CriticalHeaderParamsAware
crit
) header
parameters.
JWS verification / JWE decryption will fail with a JOSEException
if a critical header is encountered that is neither processed by the
verifier / decrypter nor deferred to the application.
Modifier and Type | Method and Description |
---|---|
Set<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. |
Set<String> |
getProcessedCriticalHeaderParams()
Returns the names of the critical (
crit ) header parameters
that are understood and processed by the JWS verifier / JWE
decrypter. |
Set<String> getProcessedCriticalHeaderParams()
crit
) header parameters
that are understood and processed by the JWS verifier / JWE
decrypter.Set<String> getDeferredCriticalHeaderParams()
crit
) header parameters
that are deferred to the application for processing and will be
ignored by the JWS verifier / JWE decrypter.Copyright © 2017 Connect2id Ltd.. All rights reserved.