Uses of Class
io.inverno.mod.security.jose.internal.jwe.JsonJWEHeader
Packages that use JsonJWEHeader
-
Uses of JsonJWEHeader in io.inverno.mod.security.jose.internal.jwe
Methods in io.inverno.mod.security.jose.internal.jwe that return JsonJWEHeaderModifier and TypeMethodDescriptionJsonJWEHeader.addCustomParameter(String key, Object value) protected JsonJWEHeaderGenericJsonJWEBuilder.buildProtectedJWEHeader()Builds the protected JSON JWE header.protected JsonJWEHeaderGenericJsonJWEBuilder.buildUnprotectedJWEHeader()Builds the unprotected JSON JWE header.JsonJWEHeader.compressionAlgorithm(String zip) JsonJWEHeader.contentType(String cty) JsonJWEHeader.encryptionAlgorithm(String enc) JsonJWEHeader.merge(JsonJWEHeader header) Merges the specified header into this header.protected JsonJWEHeaderGenericJsonJWEReader.readProtectedJWEHeader(String protectedValue) Reads the JSON JWE protected header.protected JsonJWEHeaderGenericJsonJWEReader.readUnprotectedJWEHeader(Map<String, Object> unprotectedValue) Reads the JSON JWE unprotected header.JsonJWEHeader.x509CertificateChain(String[] x5c) JsonJWEHeader.x509CertificateSHA1Thumbprint(String x5t) JsonJWEHeader.x509CertificateSHA256Thumbprint(String x5t_S256) JsonJWEHeader.x509CertificateURL(URI x5u) Methods in io.inverno.mod.security.jose.internal.jwe with parameters of type JsonJWEHeaderModifier and TypeMethodDescriptionJsonJWEHeader.merge(JsonJWEHeader header) Merges the specified header into this header.protected GenericJsonJWEReader.RecipientInfoGenericJsonJWEReader.readJWERecipient(Object recipientElementValue, JsonJWEHeader protectedJWEHeader, JsonJWEHeader unprotectedJWEHeader) Reads a JSON JWE recipient.Constructors in io.inverno.mod.security.jose.internal.jwe with parameters of type JsonJWEHeaderModifierConstructorDescriptionRecipientInfo(JsonJWEHeader recipientJWEHeader, JsonJWEHeader jweHeader, String encrypted_key) Creates read recipient info.