Uses of Class
cloud.opencode.base.crypto.hash.Sha2Hash
Packages that use Sha2Hash
-
Uses of Sha2Hash in cloud.opencode.base.crypto.hash
Methods in cloud.opencode.base.crypto.hash that return Sha2HashModifier and TypeMethodDescriptionstatic Sha2HashSha2Hash.sha224()Create SHA-224 hash function (224-bit digest) 创建 SHA-224 哈希函数(224 位摘要)static Sha2HashSha2Hash.sha256()Create SHA-256 hash function (256-bit digest) 创建 SHA-256 哈希函数(256 位摘要)static Sha2HashSha2Hash.sha384()Create SHA-384 hash function (384-bit digest) 创建 SHA-384 哈希函数(384 位摘要)static Sha2HashSha2Hash.sha512()Create SHA-512 hash function (512-bit digest) 创建 SHA-512 哈希函数(512 位摘要)