Module io.inverno.mod.security.jose
Package io.inverno.mod.security.jose.jwe
Interface JsonJWE.Recipient<A>
- Type Parameters:
A
- the payload type
- All Known Subinterfaces:
JsonJWE.BuiltRecipient<A>
,JsonJWE.ReadRecipient<A>
- Enclosing interface:
JsonJWE<A,
B extends JsonJWE.Recipient<A>>
public static interface JsonJWE.Recipient<A>
Base JSON JWE Recipient exposing recipient specific JWE JOSE header and encrypted key.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
-
Method Summary