Uses of Class
io.inverno.mod.security.jose.jwk.JWKGenerateException
Packages that use JWKGenerateException
Package
Description
JSON Web Encryption implementation.
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 JWKGenerateException in io.inverno.mod.security.jose.internal.jwe
Methods in io.inverno.mod.security.jose.internal.jwe that throw JWKGenerateExceptionModifier and TypeMethodDescriptionprotected reactor.core.publisher.Flux<? extends JWK>GenericJWEBuilder.generateCEK(GenericJWEHeader jweHeader) Generates Content Encryption Keys used to encrypt the payload.protected reactor.core.publisher.Flux<? extends JWK>RecipientJWEBuilder.generateCEK(GenericJWEHeader jweHeader) -
Uses of JWKGenerateException in io.inverno.mod.security.jose.internal.jwk
Methods in io.inverno.mod.security.jose.internal.jwk that throw JWKGenerateExceptionModifier and TypeMethodDescriptionprotected abstract reactor.core.publisher.Mono<A>AbstractJWKGenerator.doGenerate()Generates the JWK after all checks and processing have terminated successfully.reactor.core.publisher.Mono<A>reactor.core.publisher.Mono<A>AbstractJWKGenerator.generate()org.reactivestreams.Publisher<? extends JWK>protected voidSets the specified parameter into the generator.protected reactor.core.publisher.Mono<Void>AbstractJWKGenerator.verify()Verifies that the generator's parameters are consistent and that we can proceed with the generation of the key.Constructors in io.inverno.mod.security.jose.internal.jwk that throw JWKGenerateExceptionModifierConstructorDescriptionAbstractJWKGenerator(Map<String, Object> parameters) Creates JWK generator initialized with the specified parameters map.AbstractX509JWKGenerator(Map<String, Object> parameters) Creates an X.509 JWK generator initialized with the specified parameters map. -
Uses of JWKGenerateException in io.inverno.mod.security.jose.internal.jwk.ec
Methods in io.inverno.mod.security.jose.internal.jwk.ec that throw JWKGenerateExceptionModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<GenericECJWK>GenericECJWKGenerator.doGenerate()protected voidprotected reactor.core.publisher.Mono<Void>GenericECJWKGenerator.verify()Constructors in io.inverno.mod.security.jose.internal.jwk.ec that throw JWKGenerateExceptionModifierConstructorDescriptionGenericECJWKGenerator(Map<String, Object> parameters) Creates a generic EC JWK generator initialized with the specified parameters map. -
Uses of JWKGenerateException in io.inverno.mod.security.jose.internal.jwk.oct
Methods in io.inverno.mod.security.jose.internal.jwk.oct that throw JWKGenerateExceptionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<GenericOCTJWK>GenericOCTJWKGenerator.doGenerate()protected voidprotected reactor.core.publisher.Mono<Void>GenericOCTJWKGenerator.verify()Constructors in io.inverno.mod.security.jose.internal.jwk.oct that throw JWKGenerateExceptionModifierConstructorDescriptionGenericOCTJWKGenerator(Map<String, Object> parameters) Creates a generic OCT JWK generator initialized with the specified parameters map. -
Uses of JWKGenerateException in io.inverno.mod.security.jose.internal.jwk.okp
Methods in io.inverno.mod.security.jose.internal.jwk.okp that throw JWKGenerateExceptionModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<GenericEdECJWK>GenericEdECJWKGenerator.doGenerate()protected voidprotected reactor.core.publisher.Mono<Void>GenericEdECJWKGenerator.verify()protected reactor.core.publisher.Mono<Void>GenericXECJWKGenerator.verify()Constructors in io.inverno.mod.security.jose.internal.jwk.okp that throw JWKGenerateExceptionModifierConstructorDescriptionAbstractOKPJWKGenerator(Map<String, Object> parameters) Creates an OKP JWK generator initialized with the specified parameters map.GenericEdECJWKGenerator(Map<String, Object> parameters) Creates a generic EdEC JWK generator initialized with the specified parameters map.GenericXECJWKGenerator(Map<String, Object> parameters) Creates a generic XEC JWK generator initialized with the specified parameters map. -
Uses of JWKGenerateException in io.inverno.mod.security.jose.internal.jwk.pbes2
Methods in io.inverno.mod.security.jose.internal.jwk.pbes2 that throw JWKGenerateExceptionModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<GenericPBES2JWK>GenericPBES2JWKGenerator.doGenerate()protected voidprotected reactor.core.publisher.Mono<Void>GenericPBES2JWKGenerator.verify()Constructors in io.inverno.mod.security.jose.internal.jwk.pbes2 that throw JWKGenerateExceptionModifierConstructorDescriptionGenericPBES2JWKGenerator(Map<String, Object> parameters) Creates a generic PBES2 JWK generator initialized with the specified parameters map. -
Uses of JWKGenerateException in io.inverno.mod.security.jose.internal.jwk.rsa
Methods in io.inverno.mod.security.jose.internal.jwk.rsa that throw JWKGenerateExceptionModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<GenericRSAJWK>GenericRSAJWKGenerator.doGenerate()protected voidprotected reactor.core.publisher.Mono<Void>GenericRSAJWKGenerator.verify()Constructors in io.inverno.mod.security.jose.internal.jwk.rsa that throw JWKGenerateExceptionModifierConstructorDescriptionGenericRSAJWKGenerator(Map<String, Object> parameters) Creates a generic RSA JWK generator initialized with the specified parameters map. -
Uses of JWKGenerateException in io.inverno.mod.security.jose.jwk
Methods in io.inverno.mod.security.jose.jwk that throw JWKGenerateExceptionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<A>Generates a new key using the specified parameters.reactor.core.publisher.Mono<A>JWKGenerator.generate()Returns a single publisher that generates a new key.org.reactivestreams.Publisher<? extends JWK>Generates a new key using the specified parameters.