文件名称: jackcess-encrypt-4.0.2.jar中文-英文对照文档.zip
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess-encrypt</artifactId>
<version>4.0.2</version>
</dependency>Gradle:
implementation group: 'com.healthmarketscience.jackcess', name: 'jackcess-encrypt', version: '4.0.2'
Gradle (Short):
implementation 'com.healthmarketscience.jackcess:jackcess-encrypt:4.0.2'
Gradle (Kotlin):
implementation("com.healthmarketscience.jackcess:jackcess-encrypt:4.0.2")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.healthmarketscience.jackcess.crypt
com.healthmarketscience.jackcess.crypt.impl
com.healthmarketscience.jackcess.crypt.impl.office
com.healthmarketscience.jackcess.crypt.model
com.healthmarketscience.jackcess.crypt.model.cert
com.healthmarketscience.jackcess.crypt.model.password
com.healthmarketscience.jackcess.crypt.utilcom.healthmarketscience.jackcess.crypt.CryptCodecProvider
com.healthmarketscience.jackcess.crypt.CryptCodecUtil
com.healthmarketscience.jackcess.crypt.InvalidCredentialsException
com.healthmarketscience.jackcess.crypt.InvalidCryptoConfigurationException
com.healthmarketscience.jackcess.crypt.PasswordCallback
com.healthmarketscience.jackcess.crypt.impl.BaseCryptCodecHandler
com.healthmarketscience.jackcess.crypt.impl.BaseJetCryptCodecHandler
com.healthmarketscience.jackcess.crypt.impl.JetCryptCodecHandler
com.healthmarketscience.jackcess.crypt.impl.KeyCache
com.healthmarketscience.jackcess.crypt.impl.MSISAMCryptCodecHandler
com.healthmarketscience.jackcess.crypt.impl.OfficeCryptCodecHandler
com.healthmarketscience.jackcess.crypt.impl.office.AgileEncryptionProvider
com.healthmarketscience.jackcess.crypt.impl.office.BlockCipherProvider
com.healthmarketscience.jackcess.crypt.impl.office.ECMAStandardEncryptionProvider
com.healthmarketscience.jackcess.crypt.impl.office.EncryptionHeader
com.healthmarketscience.jackcess.crypt.impl.office.EncryptionHeader.CryptoAlgorithm
com.healthmarketscience.jackcess.crypt.impl.office.EncryptionHeader.HashAlgorithm
com.healthmarketscience.jackcess.crypt.impl.office.EncryptionVerifier
com.healthmarketscience.jackcess.crypt.impl.office.NonStandardEncryptionProvider
com.healthmarketscience.jackcess.crypt.impl.office.OfficeBinaryDocRC4Provider
com.healthmarketscience.jackcess.crypt.impl.office.RC4CryptoAPIProvider
com.healthmarketscience.jackcess.crypt.impl.office.StreamCipherProvider
com.healthmarketscience.jackcess.crypt.impl.office.XmlEncryptionDescriptor
com.healthmarketscience.jackcess.crypt.impl.office.XmlEncryptionDescriptor.CipherAlgorithm
com.healthmarketscience.jackcess.crypt.impl.office.XmlEncryptionDescriptor.CipherChaining
com.healthmarketscience.jackcess.crypt.impl.office.XmlEncryptionDescriptor.HashAlgorithm
com.healthmarketscience.jackcess.crypt.impl.office.XmlEncryptionDescriptor.RC4BlockCipher
com.healthmarketscience.jackcess.crypt.impl.office.XmlEncryptionParser
com.healthmarketscience.jackcess.crypt.model.CTDataIntegrity
com.healthmarketscience.jackcess.crypt.model.CTEncryption
com.healthmarketscience.jackcess.crypt.model.CTKeyData
com.healthmarketscience.jackcess.crypt.model.CTKeyEncryptor
com.healthmarketscience.jackcess.crypt.model.CTKeyEncryptors
com.healthmarketscience.jackcess.crypt.model.cert.CTCertificateKeyEncryptor
com.healthmarketscience.jackcess.crypt.model.cert.STCertificateKeyEncryptorUri
com.healthmarketscience.jackcess.crypt.model.password.CTPasswordKeyEncryptor
com.healthmarketscience.jackcess.crypt.model.password.STPasswordKeyEncryptorUri
com.healthmarketscience.jackcess.crypt.util.RC4EngineCompat
com.healthmarketscience.jackcess.crypt.util.RC4EngineCompat.Factory
com.healthmarketscience.jackcess.crypt.util.StreamCipherCompat
com.healthmarketscience.jackcess.crypt.util.StreamCipherFactory