Uses of Enum
org.apache.sshd.common.digest.BuiltinDigests
Packages that use BuiltinDigests
-
Uses of BuiltinDigests in org.apache.sshd.common.digest
Subclasses with type arguments of type BuiltinDigests in org.apache.sshd.common.digestModifier and TypeClassDescriptionenumProvides easy access to the currently implemented digestsFields in org.apache.sshd.common.digest with type parameters of type BuiltinDigestsMethods in org.apache.sshd.common.digest that return BuiltinDigestsModifier and TypeMethodDescriptionstatic BuiltinDigestsBuiltinDigests.fromAlgorithm(String algo) static BuiltinDigestsBuiltinDigests.fromDigest(Digest d) static BuiltinDigestsBuiltinDigests.fromFactory(NamedFactory<? extends Digest> factory) static BuiltinDigestsBuiltinDigests.fromFactoryName(String name) static BuiltinDigestsBuiltinDigests.fromString(String s) static BuiltinDigestsReturns the enum constant of this type with the specified name.static BuiltinDigests[]BuiltinDigests.values()Returns an array containing the constants of this enum type, in the order they are declared.