文件名称: jasypt-1.6.jar中文-英文对照文档.zip
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt</artifactId>
<version>1.6</version>
</dependency>Gradle:
implementation group: 'org.jasypt', name: 'jasypt', version: '1.6'
Gradle (Short):
implementation 'org.jasypt:jasypt:1.6'
Gradle (Kotlin):
implementation("org.jasypt:jasypt:1.6")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.jasypt.commons
org.jasypt.digest
org.jasypt.digest.config
org.jasypt.encryption
org.jasypt.encryption.pbe
org.jasypt.encryption.pbe.config
org.jasypt.exceptions
org.jasypt.hibernate.connectionprovider
org.jasypt.hibernate.encryptor
org.jasypt.hibernate.type
org.jasypt.intf.cli
org.jasypt.intf.service
org.jasypt.normalization
org.jasypt.properties
org.jasypt.salt
org.jasypt.spring.properties
org.jasypt.spring.security
org.jasypt.spring.security2
org.jasypt.spring.security3
org.jasypt.util.binary
org.jasypt.util.digest
org.jasypt.util.numeric
org.jasypt.util.password
org.jasypt.util.text
org.jasypt.web.pbeconfig
org.jasypt.wicketorg.jasypt.commons.CommonUtils
org.jasypt.digest.ByteDigester
org.jasypt.digest.StandardByteDigester
org.jasypt.digest.StandardStringDigester
org.jasypt.digest.StringDigester
org.jasypt.digest.config.DigesterConfig
org.jasypt.digest.config.EnvironmentDigesterConfig
org.jasypt.digest.config.EnvironmentStringDigesterConfig
org.jasypt.digest.config.SimpleDigesterConfig
org.jasypt.digest.config.SimpleStringDigesterConfig
org.jasypt.digest.config.StringDigesterConfig
org.jasypt.encryption.BigDecimalEncryptor
org.jasypt.encryption.BigIntegerEncryptor
org.jasypt.encryption.ByteEncryptor
org.jasypt.encryption.StringEncryptor
org.jasypt.encryption.pbe.PBEBigDecimalEncryptor
org.jasypt.encryption.pbe.PBEBigIntegerEncryptor
org.jasypt.encryption.pbe.PBEByteEncryptor
org.jasypt.encryption.pbe.PBEStringEncryptor
org.jasypt.encryption.pbe.PasswordBased
org.jasypt.encryption.pbe.StandardPBEBigDecimalEncryptor
org.jasypt.encryption.pbe.StandardPBEBigIntegerEncryptor
org.jasypt.encryption.pbe.StandardPBEByteEncryptor
org.jasypt.encryption.pbe.StandardPBEStringEncryptor
org.jasypt.encryption.pbe.config.EnvironmentPBEConfig
org.jasypt.encryption.pbe.config.EnvironmentStringPBEConfig
org.jasypt.encryption.pbe.config.PBEConfig
org.jasypt.encryption.pbe.config.SimplePBEConfig
org.jasypt.encryption.pbe.config.SimpleStringPBEConfig
org.jasypt.encryption.pbe.config.StringPBEConfig
org.jasypt.encryption.pbe.config.WebPBEConfig
org.jasypt.encryption.pbe.config.WebStringPBEConfig
org.jasypt.exceptions.AlreadyInitializedException
org.jasypt.exceptions.EncryptionInitializationException
org.jasypt.exceptions.EncryptionOperationNotPossibleException
org.jasypt.hibernate.connectionprovider.EncryptedPasswordC3P0ConnectionProvider
org.jasypt.hibernate.connectionprovider.EncryptedPasswordDriverManagerConnectionProvider
org.jasypt.hibernate.connectionprovider.ParameterNaming
org.jasypt.hibernate.encryptor.HibernatePBEBigDecimalEncryptor
org.jasypt.hibernate.encryptor.HibernatePBEBigIntegerEncryptor
org.jasypt.hibernate.encryptor.HibernatePBEByteEncryptor
org.jasypt.hibernate.encryptor.HibernatePBEEncryptorRegistry
org.jasypt.hibernate.encryptor.HibernatePBEStringEncryptor
org.jasypt.hibernate.type.AbstractEncryptedAsStringType
org.jasypt.hibernate.type.EncryptedBigDecimalAsStringType
org.jasypt.hibernate.type.EncryptedBigDecimalType
org.jasypt.hibernate.type.EncryptedBigIntegerAsStringType
org.jasypt.hibernate.type.EncryptedBigIntegerType
org.jasypt.hibernate.type.EncryptedBinaryType
org.jasypt.hibernate.type.EncryptedBooleanAsStringType
org.jasypt.hibernate.type.EncryptedByteAsStringType
org.jasypt.hibernate.type.EncryptedCalendarAsStringType
org.jasypt.hibernate.type.EncryptedDateAsStringType
org.jasypt.hibernate.type.EncryptedDoubleAsStringType
org.jasypt.hibernate.type.EncryptedFloatAsStringType
org.jasypt.hibernate.type.EncryptedIntegerAsStringType
org.jasypt.hibernate.type.EncryptedLongAsStringType
org.jasypt.hibernate.type.EncryptedShortAsStringType
org.jasypt.hibernate.type.EncryptedStringType
org.jasypt.hibernate.type.ParameterNaming
org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI
org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI
org.jasypt.intf.cli.JasyptStringDigestCLI
org.jasypt.intf.service.JasyptStatelessService
org.jasypt.normalization.Normalizer
org.jasypt.properties.EncryptableProperties
org.jasypt.properties.PropertyValueEncryptionUtils
org.jasypt.salt.FixedByteArraySaltGenerator
org.jasypt.salt.FixedStringSaltGenerator
org.jasypt.salt.RandomSaltGenerator
org.jasypt.salt.SaltGenerator
org.jasypt.salt.ZeroSaltGenerator
org.jasypt.spring.properties.EncryptablePropertyOverrideConfigurer
org.jasypt.spring.properties.EncryptablePropertyPlaceholderConfigurer
org.jasypt.spring.security.PBEPasswordEncoder
org.jasypt.spring.security.PasswordEncoder
org.jasypt.spring.security2.PBEPasswordEncoder
org.jasypt.spring.security2.PasswordEncoder
org.jasypt.spring.security3.PBEPasswordEncoder
org.jasypt.spring.security3.PasswordEncoder
org.jasypt.util.binary.BasicBinaryEncryptor
org.jasypt.util.binary.BinaryEncryptor
org.jasypt.util.binary.StrongBinaryEncryptor
org.jasypt.util.digest.Digester
org.jasypt.util.numeric.BasicDecimalNumberEncryptor
org.jasypt.util.numeric.BasicIntegerNumberEncryptor
org.jasypt.util.numeric.DecimalNumberEncryptor
org.jasypt.util.numeric.IntegerNumberEncryptor
org.jasypt.util.numeric.StrongDecimalNumberEncryptor
org.jasypt.util.numeric.StrongIntegerNumberEncryptor
org.jasypt.util.password.BasicPasswordEncryptor
org.jasypt.util.password.ConfigurablePasswordEncryptor
org.jasypt.util.password.PasswordEncryptor
org.jasypt.util.password.StrongPasswordEncryptor
org.jasypt.util.text.BasicTextEncryptor
org.jasypt.util.text.StrongTextEncryptor
org.jasypt.util.text.TextEncryptor
org.jasypt.web.pbeconfig.WebPBEConfigFilter
org.jasypt.web.pbeconfig.WebPBEConfigRegistry
org.jasypt.web.pbeconfig.WebPBEConfigServlet
org.jasypt.web.pbeconfig.WebPBEInitializationContextListener
org.jasypt.web.pbeconfig.WebPBEInitializer
org.jasypt.wicket.JasyptCrypt
org.jasypt.wicket.JasyptCryptFactory