Uses of Enum Class
cloud.opencode.base.crypto.pgp.PgpAlgorithm.Symmetric
Packages that use PgpAlgorithm.Symmetric
-
Uses of PgpAlgorithm.Symmetric in cloud.opencode.base.crypto.pgp
Subclasses with type arguments of type PgpAlgorithm.Symmetric in cloud.opencode.base.crypto.pgpModifier and TypeClassDescriptionstatic enumSymmetric Key Algorithms for encryption 用于加密的对称密钥算法Fields in cloud.opencode.base.crypto.pgp declared as PgpAlgorithm.SymmetricModifier and TypeFieldDescriptionstatic final PgpAlgorithm.SymmetricPgpAlgorithm.DEFAULT_SYMMETRICDefault symmetric algorithm.Methods in cloud.opencode.base.crypto.pgp that return PgpAlgorithm.SymmetricModifier and TypeMethodDescriptionPgpCipher.getSymmetricAlgorithm()Returns the symmetric algorithm.static PgpAlgorithm.SymmetricReturns the enum constant of this class with the specified name.static PgpAlgorithm.Symmetric[]PgpAlgorithm.Symmetric.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.crypto.pgp with parameters of type PgpAlgorithm.SymmetricModifier and TypeMethodDescriptionPgpCipher.withSymmetricAlgorithm(PgpAlgorithm.Symmetric algorithm) Sets the symmetric algorithm for encryption.