Uses of Enum Class
cloud.opencode.base.crypto.pgp.PgpAlgorithm.Hash
Packages that use PgpAlgorithm.Hash
-
Uses of PgpAlgorithm.Hash in cloud.opencode.base.crypto.pgp
Subclasses with type arguments of type PgpAlgorithm.Hash in cloud.opencode.base.crypto.pgpModifier and TypeClassDescriptionstatic enumHash Algorithms for signatures and integrity 用于签名和完整性的哈希算法Fields in cloud.opencode.base.crypto.pgp declared as PgpAlgorithm.HashModifier and TypeFieldDescriptionstatic final PgpAlgorithm.HashPgpAlgorithm.DEFAULT_HASHDefault hash algorithm.Methods in cloud.opencode.base.crypto.pgp that return PgpAlgorithm.HashModifier and TypeMethodDescriptionstatic PgpAlgorithm.HashReturns the enum constant of this class with the specified name.static PgpAlgorithm.Hash[]PgpAlgorithm.Hash.values()Returns an array containing the constants of this enum class, in the order they are declared.