Uses of Class
io.inverno.mod.security.jose.jwk.JWKResolveException
Packages that use JWKResolveException
Package
Description
JSON Web Key implementation.
Elliptic Curve JSON Web Key implementation.
Octet JSON Web Key implementation.
Octet Key Pair JSON Web Key implementation.
Password-based (
PBES2) JSON Web Key implementation.
RSA JSON Web Key implementation.
JSON Web Key API.
-
Uses of JWKResolveException in io.inverno.mod.security.jose.internal.jwk
Methods in io.inverno.mod.security.jose.internal.jwk that throw JWKResolveExceptionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<A>AbstractJWKBuilder.build()reactor.core.publisher.Mono<A>reactor.core.publisher.Mono<A>org.reactivestreams.Publisher<? extends JWK>GenericJWKService.read(JOSEHeader header) org.reactivestreams.Publisher<? extends JWK>protected reactor.core.publisher.Mono<Void>AbstractJWKBuilder.resolve()Resolves the JWK to build.protected reactor.core.publisher.Mono<Void>AbstractX509JWKBuilder.resolve()protected reactor.core.publisher.Mono<Void>AbstractX509JWKBuilder.resolveCertificate(X509Certificate certificate) Resolves the specified certificate into the builder.reactor.core.publisher.Mono<X509Certificate>GenericJWKKeyResolver.resolveCertificateFromKeyId(String kid) reactor.core.publisher.Mono<X509Certificate>GenericJWKKeyResolver.resolveCertificateFromX509CertificateSHA1Thumbprint(String x5t) reactor.core.publisher.Mono<X509Certificate>GenericJWKKeyResolver.resolveCertificateFromX509CertificateSHA256Thumbprint(String x5t_S256) protected reactor.core.publisher.Mono<JWK>AbstractJWKBuilder.resolveFromJWKStore()Tries to resolve the JWK from the JWK store.protected reactor.core.publisher.Mono<JWK>AbstractX509JWKBuilder.resolveFromJWKStore()GenericJWKURLResolver.resolveJWKSetURL(URI jku) SwitchableJWKURLResolver.resolveJWKSetURL(URI jku) protected abstract reactor.core.publisher.Mono<Void>AbstractJWKBuilder.resolveKey(Key key) Resolves the specified key into the builder.reactor.core.publisher.Mono<? extends Key>GenericJWKKeyResolver.resolveKeyFromKeyId(String kid) reactor.core.publisher.Mono<? extends Key>GenericJWKKeyResolver.resolveKeyFromX509CertificateSHA1Thumbprint(String x5t) reactor.core.publisher.Mono<? extends Key>GenericJWKKeyResolver.resolveKeyFromX509CertificateSHA256Thumbprint(String x5t_S256) reactor.core.publisher.Mono<List<X509Certificate>>GenericJWKURLResolver.resolveX509CertificateURL(URI x5u) reactor.core.publisher.Mono<List<X509Certificate>>SwitchableJWKURLResolver.resolveX509CertificateURL(URI x5u) reactor.core.publisher.Mono<X509Certificate>GenericX509JWKCertPathValidator.validate(List<X509Certificate> certificates) -
Uses of JWKResolveException in io.inverno.mod.security.jose.internal.jwk.ec
Methods in io.inverno.mod.security.jose.internal.jwk.ec that throw JWKResolveExceptionModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Void>GenericECJWKBuilder.resolve()protected reactor.core.publisher.Mono<Void>GenericECJWKBuilder.resolveCertificate(X509Certificate certificate) protected reactor.core.publisher.Mono<JWK>GenericECJWKBuilder.resolveFromJWKStore()protected reactor.core.publisher.Mono<Void>GenericECJWKBuilder.resolveKey(Key key) -
Uses of JWKResolveException in io.inverno.mod.security.jose.internal.jwk.oct
Methods in io.inverno.mod.security.jose.internal.jwk.oct that throw JWKResolveExceptionModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Void>GenericOCTJWKBuilder.resolve()protected reactor.core.publisher.Mono<JWK>GenericOCTJWKBuilder.resolveFromJWKStore()protected reactor.core.publisher.Mono<Void>GenericOCTJWKBuilder.resolveKey(Key key) -
Uses of JWKResolveException in io.inverno.mod.security.jose.internal.jwk.okp
Methods in io.inverno.mod.security.jose.internal.jwk.okp that throw JWKResolveExceptionModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Void>AbstractOKPJWKBuilder.resolve()protected reactor.core.publisher.Mono<Void>GenericEdECJWKBuilder.resolve()protected reactor.core.publisher.Mono<Void>GenericXECJWKBuilder.resolve()protected reactor.core.publisher.Mono<Void>GenericEdECJWKBuilder.resolveCertificate(X509Certificate certificate) protected reactor.core.publisher.Mono<Void>GenericXECJWKBuilder.resolveCertificate(X509Certificate certificate) protected reactor.core.publisher.Mono<JWK>AbstractOKPJWKBuilder.resolveFromJWKStore()protected reactor.core.publisher.Mono<JWK>GenericEdECJWKBuilder.resolveFromJWKStore()protected reactor.core.publisher.Mono<JWK>GenericXECJWKBuilder.resolveFromJWKStore()protected reactor.core.publisher.Mono<Void>GenericEdECJWKBuilder.resolveKey(Key key) protected reactor.core.publisher.Mono<Void>GenericXECJWKBuilder.resolveKey(Key key) -
Uses of JWKResolveException in io.inverno.mod.security.jose.internal.jwk.pbes2
Methods in io.inverno.mod.security.jose.internal.jwk.pbes2 that throw JWKResolveExceptionModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Void>GenericPBES2JWKBuilder.resolve()protected reactor.core.publisher.Mono<JWK>GenericPBES2JWKBuilder.resolveFromJWKStore()protected reactor.core.publisher.Mono<Void>GenericPBES2JWKBuilder.resolveKey(Key key) -
Uses of JWKResolveException in io.inverno.mod.security.jose.internal.jwk.rsa
Methods in io.inverno.mod.security.jose.internal.jwk.rsa that throw JWKResolveExceptionModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Void>GenericRSAJWKBuilder.resolve()protected reactor.core.publisher.Mono<Void>GenericRSAJWKBuilder.resolveCertificate(X509Certificate certificate) protected reactor.core.publisher.Mono<JWK>GenericRSAJWKBuilder.resolveFromJWKStore()protected reactor.core.publisher.Mono<Void>GenericRSAJWKBuilder.resolveKey(Key key) -
Uses of JWKResolveException in io.inverno.mod.security.jose.jwk
Methods in io.inverno.mod.security.jose.jwk that throw JWKResolveExceptionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<A>JWKBuilder.build()Returns a single publisher that builds the key.reactor.core.publisher.Mono<A>Reads the specified JWK or JWK set serialized as JSON.reactor.core.publisher.Mono<A>Read the specified JWK or JWK set represented in the specified map.org.reactivestreams.Publisher<? extends JWK>JWKService.read(JOSEHeader header) Tries to resolve the JWK from a JOSE header.org.reactivestreams.Publisher<? extends JWK>Reads the JWK or JWK set JSON serialized string at the specified URI.reactor.core.publisher.Mono<X509Certificate>JWKKeyResolver.resolveCertificateFromKeyId(String kid) Resolves a certificate (public key) from a key id.reactor.core.publisher.Mono<X509Certificate>JWKKeyResolver.resolveCertificateFromX509CertificateSHA1Thumbprint(String x5t) Resolves a certificate (public key) from an X.509 SHA1 thumbprint.reactor.core.publisher.Mono<X509Certificate>JWKKeyResolver.resolveCertificateFromX509CertificateSHA256Thumbprint(String x5t_S256) Resolves a certificate (public key) from an X.509 SHA256 thumbprint.JWKURLResolver.resolveJWKSetURL(URI jku) Resolves a JSON JWK or JWK set at the specified location and returns corresponding keys represented as maps.reactor.core.publisher.Mono<? extends Key>JWKKeyResolver.resolveKeyFromKeyId(String kid) Resolves a key (symmetric or private) from a key id.reactor.core.publisher.Mono<? extends Key>JWKKeyResolver.resolveKeyFromX509CertificateSHA1Thumbprint(String x5t) Resolves a key (symmetric or private) from an X.509 SHA1 thumbprint.reactor.core.publisher.Mono<? extends Key>JWKKeyResolver.resolveKeyFromX509CertificateSHA256Thumbprint(String x5t_S256) Resolves a key (symmetric or private) from an X.509 SHA256 thumbprint.reactor.core.publisher.Mono<List<X509Certificate>>JWKURLResolver.resolveX509CertificateURL(URI x5u) Resolves the X.509 certificates chain at the specified location as defined by RFC7515 Section 4.1.5reactor.core.publisher.Mono<X509Certificate>X509JWKCertPathValidator.validate(List<X509Certificate> certificates) Validates the specified certificates chain.