|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JWSHeaderFilter
JSON Web Signature (JWS) header filter. Specifies accepted JWS algorithms and header parameters.
| Method Summary | |
|---|---|
Set<JWSAlgorithm> |
getAcceptedAlgorithms()
Gets the names of the accepted JWS algorithms. |
void |
setAcceptedAlgorithms(Set<JWSAlgorithm> acceptedAlgs)
Sets the names of the accepted JWS algorithms. |
| Methods inherited from interface com.nimbusds.jose.HeaderFilter |
|---|
getAcceptedParameters |
| Method Detail |
|---|
Set<JWSAlgorithm> getAcceptedAlgorithms()
alg JWS header parameter.
void setAcceptedAlgorithms(Set<JWSAlgorithm> acceptedAlgs)
alg JWS header parameter.
acceptedAlgs - The accepted JWS algorithms. Must be a subset of
the supported algorithms and not null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||