文件名称: jasypt-spring-boot-3.0.4.jar中文-英文对照文档.zip
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot</artifactId>
<version>3.0.4</version>
</dependency>Gradle:
implementation group: 'com.github.ulisesbocchio', name: 'jasypt-spring-boot', version: '3.0.4'
Gradle (Short):
implementation 'com.github.ulisesbocchio:jasypt-spring-boot:3.0.4'
Gradle (Kotlin):
implementation("com.github.ulisesbocchio:jasypt-spring-boot:3.0.4")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.ulisesbocchio.jasyptspringboot
com.ulisesbocchio.jasyptspringboot.annotation
com.ulisesbocchio.jasyptspringboot.aop
com.ulisesbocchio.jasyptspringboot.caching
com.ulisesbocchio.jasyptspringboot.condition
com.ulisesbocchio.jasyptspringboot.configuration
com.ulisesbocchio.jasyptspringboot.detector
com.ulisesbocchio.jasyptspringboot.encryptor
com.ulisesbocchio.jasyptspringboot.environment
com.ulisesbocchio.jasyptspringboot.exception
com.ulisesbocchio.jasyptspringboot.filter
com.ulisesbocchio.jasyptspringboot.properties
com.ulisesbocchio.jasyptspringboot.resolver
com.ulisesbocchio.jasyptspringboot.util
com.ulisesbocchio.jasyptspringboot.wrappercom.ulisesbocchio.jasyptspringboot.EncryptablePropertyDetector
com.ulisesbocchio.jasyptspringboot.EncryptablePropertyFilter
com.ulisesbocchio.jasyptspringboot.EncryptablePropertyResolver
com.ulisesbocchio.jasyptspringboot.EncryptablePropertySource
com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter
com.ulisesbocchio.jasyptspringboot.InterceptionMode
com.ulisesbocchio.jasyptspringboot.annotation.ConditionalOnMissingBean
com.ulisesbocchio.jasyptspringboot.annotation.EnableEncryptableProperties
com.ulisesbocchio.jasyptspringboot.annotation.EncryptablePropertySource
com.ulisesbocchio.jasyptspringboot.annotation.EncryptablePropertySources
com.ulisesbocchio.jasyptspringboot.aop.EncryptableMutablePropertySourcesInterceptor
com.ulisesbocchio.jasyptspringboot.aop.EncryptablePropertySourceMethodInterceptor
com.ulisesbocchio.jasyptspringboot.caching.CachingDelegateEncryptablePropertySource
com.ulisesbocchio.jasyptspringboot.caching.RefreshScopeRefreshedEventListener
com.ulisesbocchio.jasyptspringboot.condition.OnMissingBeanCondition
com.ulisesbocchio.jasyptspringboot.configuration.CachingConfiguration
com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor
com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesConfiguration
com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration
com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertySourceBeanFactoryPostProcessor
com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertySourceConfiguration
com.ulisesbocchio.jasyptspringboot.configuration.EnvCopy
com.ulisesbocchio.jasyptspringboot.configuration.StringEncryptorBuilder
com.ulisesbocchio.jasyptspringboot.detector.DefaultLazyPropertyDetector
com.ulisesbocchio.jasyptspringboot.detector.DefaultPropertyDetector
com.ulisesbocchio.jasyptspringboot.encryptor.ByteEncryptorStringEncryptorDelegate
com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor
com.ulisesbocchio.jasyptspringboot.encryptor.FixedBase64ByteArraySaltGenerator
com.ulisesbocchio.jasyptspringboot.encryptor.PooledStringEncryptor
com.ulisesbocchio.jasyptspringboot.encryptor.PooledStringEncryptor.ThreadSafeStringEncryptor
com.ulisesbocchio.jasyptspringboot.encryptor.SimpleAsymmetricByteEncryptor
com.ulisesbocchio.jasyptspringboot.encryptor.SimpleAsymmetricConfig
com.ulisesbocchio.jasyptspringboot.encryptor.SimpleAsymmetricStringEncryptor
com.ulisesbocchio.jasyptspringboot.encryptor.SimpleGCMByteEncryptor
com.ulisesbocchio.jasyptspringboot.encryptor.SimpleGCMConfig
com.ulisesbocchio.jasyptspringboot.encryptor.SimpleGCMStringEncryptor
com.ulisesbocchio.jasyptspringboot.encryptor.SimplePBEByteEncryptor
com.ulisesbocchio.jasyptspringboot.encryptor.SimplePBEStringEncryptor
com.ulisesbocchio.jasyptspringboot.environment.EncryptableEnvironment
com.ulisesbocchio.jasyptspringboot.environment.EnvironmentInitializer
com.ulisesbocchio.jasyptspringboot.environment.MutableConfigurablePropertyResolver
com.ulisesbocchio.jasyptspringboot.environment.StandardEncryptableEnvironment
com.ulisesbocchio.jasyptspringboot.environment.StandardEncryptableServletEnvironment
com.ulisesbocchio.jasyptspringboot.exception.DecryptionException
com.ulisesbocchio.jasyptspringboot.filter.DefaultLazyPropertyFilter
com.ulisesbocchio.jasyptspringboot.filter.DefaultPropertyFilter
com.ulisesbocchio.jasyptspringboot.properties.JasyptEncryptorConfigurationProperties
com.ulisesbocchio.jasyptspringboot.properties.JasyptEncryptorConfigurationProperties.PropertyConfigurationProperties
com.ulisesbocchio.jasyptspringboot.properties.JasyptEncryptorConfigurationProperties.PropertyConfigurationProperties.FilterConfigurationProperties
com.ulisesbocchio.jasyptspringboot.resolver.DefaultLazyPropertyResolver
com.ulisesbocchio.jasyptspringboot.resolver.DefaultPropertyResolver
com.ulisesbocchio.jasyptspringboot.util.AsymmetricCryptography
com.ulisesbocchio.jasyptspringboot.util.AsymmetricCryptography.KeyFormat
com.ulisesbocchio.jasyptspringboot.util.ClassUtils
com.ulisesbocchio.jasyptspringboot.util.Collections
com.ulisesbocchio.jasyptspringboot.util.Functional
com.ulisesbocchio.jasyptspringboot.util.Iterables
com.ulisesbocchio.jasyptspringboot.util.Iterables.IterableDecorator
com.ulisesbocchio.jasyptspringboot.util.Iterables.IteratorDecorator
com.ulisesbocchio.jasyptspringboot.util.Singleton
com.ulisesbocchio.jasyptspringboot.wrapper.EncryptableConfigurationPropertySourcesPropertySource
com.ulisesbocchio.jasyptspringboot.wrapper.EncryptableEnumerablePropertySourceWrapper
com.ulisesbocchio.jasyptspringboot.wrapper.EncryptableMapPropertySourceWrapper
com.ulisesbocchio.jasyptspringboot.wrapper.EncryptableMutablePropertySourcesWrapper
com.ulisesbocchio.jasyptspringboot.wrapper.EncryptablePropertySourceWrapper
com.ulisesbocchio.jasyptspringboot.wrapper.EncryptableSystemEnvironmentPropertySourceWrapper
com.ulisesbocchio.jasyptspringboot.wrapper.OriginTrackedCompositePropertySource