Module io.inverno.mod.security.jose
Package io.inverno.mod.security.jose.jwe
Interface JsonJWE.BuiltRecipient<A>
- Type Parameters:
A
- the payload type
- All Superinterfaces:
JsonJWE.Recipient<A>
- Enclosing interface:
JsonJWE<A,
B extends JsonJWE.Recipient<A>>
Built recipient resulting from the build of a JSON JWE and exposing the recipient JWE directly.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
-
Method Summary
Methods inherited from interface io.inverno.mod.security.jose.jwe.JsonJWE.Recipient
getEncryptedKey, getHeader
-
Method Details
-
getJWE
Returns the recipient JWE.
- Returns:
- a JWE object
-
hashCode
int hashCode()- Specified by:
hashCode
in interfaceJsonJWE.Recipient<A>
- Overrides:
hashCode
in classObject
-
equals
- Specified by:
equals
in interfaceJsonJWE.Recipient<A>
- Overrides:
equals
in classObject
-