Uses of Enum Class
cloud.opencode.base.crypto.util.CryptoDetector.HashFormat
Packages that use CryptoDetector.HashFormat
-
Uses of CryptoDetector.HashFormat in cloud.opencode.base.crypto.util
Subclasses with type arguments of type CryptoDetector.HashFormat in cloud.opencode.base.crypto.utilModifier and TypeClassDescriptionstatic enumHash formats that can be detected.Methods in cloud.opencode.base.crypto.util that return CryptoDetector.HashFormatModifier and TypeMethodDescriptionCryptoDetector.CryptoAnalysis.detectedHashFormat()Returns the value of thedetectedHashFormatrecord component.static CryptoDetector.HashFormatCryptoDetector.detectHashFormat(String hashString) Detect the hash format from a string.static CryptoDetector.HashFormatReturns the enum constant of this class with the specified name.static CryptoDetector.HashFormat[]CryptoDetector.HashFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.crypto.util with parameters of type CryptoDetector.HashFormatModifierConstructorDescriptionCryptoAnalysis(double entropy, boolean looksEncrypted, boolean looksCompressed, boolean hasTextContent, boolean uniformDistribution, CryptoDetector.EncodingType detectedEncoding, CryptoDetector.KeyFormat detectedKeyFormat, CryptoDetector.HashFormat detectedHashFormat) Creates an instance of aCryptoAnalysisrecord class.