文件名称: shiro-crypto-hash-1.13.0.jar中文-英文对照文档.zip
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-crypto-hash</artifactId>
<version>1.13.0</version>
</dependency>Gradle:
implementation group: 'org.apache.shiro', name: 'shiro-crypto-hash', version: '1.13.0'
Gradle (Short):
implementation 'org.apache.shiro:shiro-crypto-hash:1.13.0'
Gradle (Kotlin):
implementation("org.apache.shiro:shiro-crypto-hash:1.13.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.apache.shiro.crypto.hash
org.apache.shiro.crypto.hash.formatorg.apache.shiro.crypto.hash.AbstractHash
org.apache.shiro.crypto.hash.ConfigurableHashService
org.apache.shiro.crypto.hash.DefaultHashService
org.apache.shiro.crypto.hash.Hash
org.apache.shiro.crypto.hash.HashRequest
org.apache.shiro.crypto.hash.HashRequest.Builder
org.apache.shiro.crypto.hash.HashService
org.apache.shiro.crypto.hash.Md2Hash
org.apache.shiro.crypto.hash.Md5Hash
org.apache.shiro.crypto.hash.Sha1Hash
org.apache.shiro.crypto.hash.Sha256Hash
org.apache.shiro.crypto.hash.Sha384Hash
org.apache.shiro.crypto.hash.Sha512Hash
org.apache.shiro.crypto.hash.SimpleHash
org.apache.shiro.crypto.hash.SimpleHashRequest
org.apache.shiro.crypto.hash.format.Base64Format
org.apache.shiro.crypto.hash.format.DefaultHashFormatFactory
org.apache.shiro.crypto.hash.format.HashFormat
org.apache.shiro.crypto.hash.format.HashFormatFactory
org.apache.shiro.crypto.hash.format.HexFormat
org.apache.shiro.crypto.hash.format.ModularCryptFormat
org.apache.shiro.crypto.hash.format.ParsableHashFormat
org.apache.shiro.crypto.hash.format.ProvidedHashFormat
org.apache.shiro.crypto.hash.format.Shiro1CryptFormat