Uses of Class
io.inverno.mod.security.jose.JOSEObjectBuildException
Packages that use JOSEObjectBuildException
Package
Description
JSON Object Signing and Encryption payload converters.
JSON Object Signing and Encryption base implementation.
JSON Web Encryption implementation.
JSON Web Signature implementation.
JSON Web Encryption API.
JSON Web Signature API.
JSON Web Token API.
-
Uses of JOSEObjectBuildException in io.inverno.mod.security.jose
Methods in io.inverno.mod.security.jose that throw JOSEObjectBuildExceptionModifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<C>JOSEObjectBuilder.build()Builds the JOSE object.reactor.core.publisher.Mono<C>Builds the JOSE object using the specified payload media type.reactor.core.publisher.Mono<C>Builds the JOSE object using the specified payload encoder.default reactor.core.publisher.Mono<B>JsonJOSEObjectBuilder.build()Builds the JSON JOSE object.reactor.core.publisher.Mono<B>Builds the JSON JOSE object using the specified payload media type.reactor.core.publisher.Mono<B>Builds the JSON JOSE object using the specified payload encoder.default reactor.core.publisher.Mono<C>Reads the specified compact representation and returns the corresponding JOSE object.reactor.core.publisher.Mono<C>Reads the specified compact representation using the specified payload media type and returns the corresponding JOSE object.reactor.core.publisher.Mono<C>JOSEObjectReader.read(String compact, Function<String, reactor.core.publisher.Mono<A>> payloadDecoder) Reads the specified compact representation using the specified payload decoder and returns the corresponding JOSE object.default reactor.core.publisher.Mono<B>Reads the specified JSON representation and returns the corresponding JSON JOSE object.reactor.core.publisher.Mono<B>Reads the specified JSON representation using the specified payload media type and returns the corresponding JSON JOSE object.reactor.core.publisher.Mono<B>JsonJOSEObjectReader.read(String json, Function<String, reactor.core.publisher.Mono<A>> payloadDecoder) Reads the specified JSON representation using the specified payload decoder and returns the corresponding JSON JOSE object. -
Uses of JOSEObjectBuildException in io.inverno.mod.security.jose.internal
Methods in io.inverno.mod.security.jose.internal that throw JOSEObjectBuildExceptionModifier and TypeMethodDescriptionprotected voidAbstractJOSEObjectBuilder.checkHeader(B header) Verifies that the JOSE header is valid.protected voidAbstractJOSEObjectBuilder.checkPayload()Verifies that the payload is valid.protected voidAbstractJsonJOSEObjectBuilder.checkPayload()Verifies that the payload is valid.protected reactor.core.publisher.Flux<? extends JWK>AbstractJOSEObjectBuilder.getKeys(JOSEHeader header) Returns the keys to consider to secure JOSE objects.AbstractJOSEObjectBuilder.getPayloadEncoder(Function<A, reactor.core.publisher.Mono<String>> overridingPayloadEncoder, String overridingContentType, JOSEHeader header) Returns the payload encoder to use to serialize the payload.AbstractJsonJOSEObjectBuilder.getPayloadEncoder(Function<A, reactor.core.publisher.Mono<String>> overridingPayloadEncoder, String overridingContentType, String cty) Returns the payload encoder to use to serialize the payload. -
Uses of JOSEObjectBuildException in io.inverno.mod.security.jose.internal.jwe
Methods in io.inverno.mod.security.jose.internal.jwe that throw JOSEObjectBuildExceptionModifier and TypeMethodDescriptionprotected voidGenericJWEBuilder.amendJWEHeader(GenericJWEHeader header, Map<String, Object> moreHeaderParameters, Set<String> processedParameters) Amends the JWE header with custom parameters and processed parameters output by key management and encryption algorithms.protected voidRecipientJWEBuilder.amendJWEHeader(GenericJWEHeader header, Map<String, Object> moreHeaderParameters, Set<String> processedParameters) reactor.core.publisher.Mono<JsonJWE<A,JsonJWE.BuiltRecipient<A>>> reactor.core.publisher.Mono<JsonJWE<A,JsonJWE.BuiltRecipient<A>>> reactor.core.publisher.Mono<JsonJWE<A,JsonJWE.BuiltRecipient<A>>> GenericJsonJWEBuilder.build(Function<A, reactor.core.publisher.Mono<String>> overridingPayloadEncoder, String overridingContentType) Builds a JSON JWE.protected GenericJWEHeaderGenericJWEBuilder.buildJWEHeader()Builds the JWE header.protected GenericJWEHeaderRecipientJWEBuilder.buildJWEHeader()protected reactor.core.publisher.Mono<GenericJWEPayload<A>>GenericJWEBuilder.buildJWEPayload(Function<A, reactor.core.publisher.Mono<String>> overridingPayloadEncoder, String overridingContentType, GenericJWEHeader jweHeader) Builds the JWE payload.protected reactor.core.publisher.Mono<GenericJWEPayload<A>>RecipientJWEBuilder.buildJWEPayload(Function<A, reactor.core.publisher.Mono<String>> overridingPayloadEncoder, String overridingContentType, GenericJWEHeader jweHeader) protected voidGenericJWEBuilder.checkHeader(JWEHeader header) reactor.core.publisher.Mono<JsonJWE<A,JsonJWE.ReadRecipient<A>>> reactor.core.publisher.Mono<JsonJWE<A,JsonJWE.ReadRecipient<A>>> GenericJsonJWEReader.read(String json, Function<String, reactor.core.publisher.Mono<A>> payloadDecoder) GenericJWEReader.read(String compact, Function<String, reactor.core.publisher.Mono<A>> payloadDecoder) GenericJsonJWE.GenericReadRecipient.readJWE() -
Uses of JOSEObjectBuildException in io.inverno.mod.security.jose.internal.jws
Methods in io.inverno.mod.security.jose.internal.jws that throw JOSEObjectBuildExceptionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<JsonJWS<A,JsonJWS.BuiltSignature<A>>> reactor.core.publisher.Mono<JsonJWS<A,JsonJWS.BuiltSignature<A>>> protected GenericJWSHeaderGenericJWSBuilder.buildJWSHeader()Builds the JWS header.protected GenericJWSHeaderSignatureJWSBuilder.buildJWSHeader()protected reactor.core.publisher.Mono<GenericJWSPayload<A>>GenericJsonJWSBuilder.buildJWSPayload(Function<A, reactor.core.publisher.Mono<String>> overridingPayloadEncoder, String overridingContentType, String cty, Boolean b64) Builds the JSON JWS.protected reactor.core.publisher.Mono<GenericJWSPayload<A>>GenericJWSBuilder.buildJWSPayload(Function<A, reactor.core.publisher.Mono<String>> overridingPayloadEncoder, String overridingContentType, GenericJWSHeader jwsHeader) Builds the JWS payload.protected reactor.core.publisher.Mono<GenericJWSPayload<A>>SignatureJWSBuilder.buildJWSPayload(Function<A, reactor.core.publisher.Mono<String>> overridingPayloadEncoder, String overridingContentType, GenericJWSHeader jwsHeader) reactor.core.publisher.Mono<JsonJWS<A,JsonJWS.ReadSignature<A>>> reactor.core.publisher.Mono<JsonJWS<A,JsonJWS.ReadSignature<A>>> GenericJsonJWSReader.read(String json, Function<String, reactor.core.publisher.Mono<A>> payloadDecoder) GenericJWSReader.read(String compact, Function<String, reactor.core.publisher.Mono<A>> payloadDecoder) GenericJsonJWS.GenericReadSignature.readJWS() -
Uses of JOSEObjectBuildException in io.inverno.mod.security.jose.jwe
Subclasses of JOSEObjectBuildException in io.inverno.mod.security.jose.jweModifier and TypeClassDescriptionclassThrown by aJWEBuilderto indicate an error while building a JWE.Methods in io.inverno.mod.security.jose.jwe that throw JOSEObjectBuildExceptionModifier and TypeMethodDescriptionJsonJWE.ReadRecipient.readJWE()Returns the recipient JWE publisher.Returns the recipient JWE publisher with the specified keys. -
Uses of JOSEObjectBuildException in io.inverno.mod.security.jose.jws
Subclasses of JOSEObjectBuildException in io.inverno.mod.security.jose.jwsModifier and TypeClassDescriptionclassThrown by aJWSBuilderto indicate an error while building a JWS.Methods in io.inverno.mod.security.jose.jws that throw JOSEObjectBuildExceptionModifier and TypeMethodDescriptionJsonJWS.ReadSignature.readJWS()Returns the signature JWS publisher.Returns the signature JWS publisher with the specified keys. -
Uses of JOSEObjectBuildException in io.inverno.mod.security.jose.jwt
Subclasses of JOSEObjectBuildException in io.inverno.mod.security.jose.jwtModifier and TypeClassDescriptionclassThrown by aJWTClaimsSetto indicate an error while building a JWT claim set.