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