Module io.inverno.mod.security.jose
Package io.inverno.mod.security.jose.jws
Interface JsonJWS.BuiltSignature<A>
- Type Parameters:
A
- the payload type
- All Superinterfaces:
JsonJWS.Signature<A>
- Enclosing interface:
JsonJWS<A,
B 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 Summary
Methods inherited from interface io.inverno.mod.security.jose.jws.JsonJWS.Signature
equals, getProtectedHeader, getSignature, getUnprotectedHeader, hashCode
-
Method Details
-
getJWS
Returns the signature JWS.
- Returns:
- the signature JWS
-