Uses of Class
io.inverno.mod.security.jose.JOSEObjectReadException
Packages that use JOSEObjectReadException
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 JOSEObjectReadException in io.inverno.mod.security.jose
Methods in io.inverno.mod.security.jose that throw JOSEObjectReadExceptionModifier and TypeMethodDescriptiondefault 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 JOSEObjectReadException in io.inverno.mod.security.jose.internal
Methods in io.inverno.mod.security.jose.internal that throw JOSEObjectReadExceptionModifier and TypeMethodDescriptionprotected voidAbstractJOSEObjectReader.checkCriticalParameters(Set<String> crit, JWA... jwas) Verifies that all parameters in the critical parameters set are understood and processed either by the reader (seeAbstractJOSEObjectReader.getProcessedParameters()) or the application (seeAbstractJOSEObjectReader.processedParameters(java.lang.String...)).protected voidAbstractJOSEObjectReader.checkHeader(B header) Verifies that the JOSE header is valid.protected reactor.core.publisher.Flux<? extends JWK>AbstractJOSEObjectReader.getKeys(JOSEHeader header) Returns the keys to consider to verify or decrypt JOSE objects.AbstractJOSEObjectReader.getPayloadDecoder(Function<String, reactor.core.publisher.Mono<A>> overridingPayloadDecoder, String overridingContentType, JOSEHeader header) Returns the payload decoder to use to deserialize the payload.AbstractJsonJOSEObjectReader.getPayloadDecoder(Function<String, reactor.core.publisher.Mono<A>> overridingPayloadDecoder, String overridingContentType, String cty) Returns the payload decoder to use to deserialize the payload. -
Uses of JOSEObjectReadException in io.inverno.mod.security.jose.internal.jwe
Methods in io.inverno.mod.security.jose.internal.jwe that throw JOSEObjectReadExceptionModifier and TypeMethodDescriptionprotected voidGenericJWEReader.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()protected GenericJWEHeaderGenericJWEReader.readJWEHeader(String encodedHeader) Reads the JWE header.protected GenericJWEHeaderRecipientJWEReader.readJWEHeader(String encodedHeader) protected GenericJsonJWEReader.RecipientInfoGenericJsonJWEReader.readJWERecipient(Object recipientElementValue, JsonJWEHeader protectedJWEHeader, JsonJWEHeader unprotectedJWEHeader) Reads a JSON JWE recipient.protected JsonJWEHeaderGenericJsonJWEReader.readProtectedJWEHeader(String protectedValue) Reads the JSON JWE protected header.protected JsonJWEHeaderGenericJsonJWEReader.readUnprotectedJWEHeader(Map<String, Object> unprotectedValue) Reads the JSON JWE unprotected header. -
Uses of JOSEObjectReadException in io.inverno.mod.security.jose.internal.jws
Methods in io.inverno.mod.security.jose.internal.jws that throw JOSEObjectReadExceptionModifier and TypeMethodDescriptionreactor.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()protected GenericJWSHeaderGenericJWSReader.readJWSHeader(String encodedHeader) Reads the JWS header.protected GenericJWSHeaderSignatureJWSReader.readJWSHeader(String encodedHeader) protected reactor.core.publisher.Mono<GenericJWSPayload<A>>GenericJsonJWSReader.readJWSPayload(String encodedPayload, Function<String, reactor.core.publisher.Mono<A>> overridingPayloadDecoder, String overridingContentType, String cty, Boolean b64) Reads the JSON JWS payload.protected reactor.core.publisher.Mono<GenericJWSPayload<A>>GenericJWSReader.readJWSPayload(String encodedPayload, Function<String, reactor.core.publisher.Mono<A>> overridingPayloadDecoder, String overridingContentType, GenericJWSHeader jwsHeader) Reads the JWS payload.protected reactor.core.publisher.Mono<GenericJWSPayload<A>>SignatureJWSReader.readJWSPayload(String encodedPayload, Function<String, reactor.core.publisher.Mono<A>> overridingPayloadDecoder, String overridingContentType, GenericJWSHeader jwsHeader) protected GenericJsonJWSReader.SignatureInfoGenericJsonJWSReader.readJWSSignature(Object signatureElementValue) Reads a JSON JWS recipient. -
Uses of JOSEObjectReadException in io.inverno.mod.security.jose.jwe
Subclasses of JOSEObjectReadException in io.inverno.mod.security.jose.jweModifier and TypeClassDescriptionclassThrown by aJWEReaderto indicate an error while reading a JWE.Methods in io.inverno.mod.security.jose.jwe that throw JOSEObjectReadExceptionModifier and TypeMethodDescriptionJsonJWE.ReadRecipient.readJWE()Returns the recipient JWE publisher.Returns the recipient JWE publisher with the specified keys. -
Uses of JOSEObjectReadException in io.inverno.mod.security.jose.jws
Subclasses of JOSEObjectReadException in io.inverno.mod.security.jose.jwsModifier and TypeClassDescriptionclassThrown by aJWSReaderto indicate an error while reading a JWS.Methods in io.inverno.mod.security.jose.jws that throw JOSEObjectReadExceptionModifier and TypeMethodDescriptionJsonJWS.ReadSignature.readJWS()Returns the signature JWS publisher.Returns the signature JWS publisher with the specified keys. -
Uses of JOSEObjectReadException in io.inverno.mod.security.jose.jwt
Subclasses of JOSEObjectReadException in io.inverno.mod.security.jose.jwtModifier and TypeClassDescriptionclassThrown by theJWTServiceto indicate an error while reading a JWT.