public interface JwsCustomizer
| Modifier and Type | Method and Description |
|---|---|
void |
customize(JsonWebSignature jws,
List<JsonWebStructure> nestingContext)
Customize the JsonWebSignature
|
void customize(JsonWebSignature jws, List<JsonWebStructure> nestingContext)
jws - the JsonWebSignature that can be customized prior to signature verification.nestingContext - a list of JOSE objects, if any, in which the JWS was nested.
The last item in the list is the outer most JOSE object (not including the current JWS).Copyright © 2020. All rights reserved.