Interface JsonJWS.ReadSignature<A>

All Superinterfaces:
JsonJWS.Signature<A>
All Known Implementing Classes:
GenericJsonJWS.GenericReadSignature
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