Interface JsonJWS.ReadSignature<A>

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

public static interface JsonJWS.ReadSignature<A> extends JsonJWS.Signature<A>

Read signature resulting from the read of a JSON JWS and exposing a single JWS publisher used to validate the signature JWS.

Since:
1.5
Author:
Jeremy Kuhn