Interface JsonJWS.BuiltSignature<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.BuiltSignature<A> extends JsonJWS.Signature<A>

Built signature resulting from the build of a JSON JWS and exposing the signature JWS directly.

Since:
1.5
Author:
Jeremy Kuhn
  • Method Details

    • getJWS

      JWS<A> getJWS()

      Returns the signature JWS.

      Returns:
      the signature JWS