Interface JsonJWE.ReadRecipient<A>

Type Parameters:
A - the payload type
All Superinterfaces:
JsonJWE.Recipient<A>
Enclosing interface:
JsonJWE<A,B extends JsonJWE.Recipient<A>>

public static interface JsonJWE.ReadRecipient<A> extends JsonJWE.Recipient<A>

Read recipient resulting from the read of a JSON JWE and exposing a single JWE publisher used to decrypt and validate the recipient JWE.

Since:
1.5
Author:
Jeremy Kuhn