Uses of Interface
org.pac4j.jwt.config.encryption.EncryptionConfiguration
Packages that use EncryptionConfiguration
Package
Description
-
Uses of EncryptionConfiguration in org.pac4j.jwt.config.encryption
Classes in org.pac4j.jwt.config.encryption that implement EncryptionConfigurationModifier and TypeClassDescriptionclassAbstract encryption configuration.classElliptic curve encryption configuration.classRSA encryption configuration.classSecret encryption configuration. -
Uses of EncryptionConfiguration in org.pac4j.jwt.credentials.authenticator
Methods in org.pac4j.jwt.credentials.authenticator that return types with arguments of type EncryptionConfigurationMethods in org.pac4j.jwt.credentials.authenticator with parameters of type EncryptionConfigurationModifier and TypeMethodDescriptionvoidJwtAuthenticator.addEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration) voidJwtAuthenticator.setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration) Method parameters in org.pac4j.jwt.credentials.authenticator with type arguments of type EncryptionConfigurationModifier and TypeMethodDescriptionvoidJwtAuthenticator.setEncryptionConfigurations(List<EncryptionConfiguration> encryptionConfigurations) Constructors in org.pac4j.jwt.credentials.authenticator with parameters of type EncryptionConfigurationModifierConstructorDescriptionJwtAuthenticator(SignatureConfiguration signatureConfiguration, EncryptionConfiguration encryptionConfiguration) -
Uses of EncryptionConfiguration in org.pac4j.jwt.profile
Methods in org.pac4j.jwt.profile that return EncryptionConfigurationMethods in org.pac4j.jwt.profile with parameters of type EncryptionConfigurationModifier and TypeMethodDescriptionvoidJwtGenerator.setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration) Constructors in org.pac4j.jwt.profile with parameters of type EncryptionConfigurationModifierConstructorDescriptionJwtGenerator(SignatureConfiguration signatureConfiguration, EncryptionConfiguration encryptionConfiguration)