Uses of Enum Class
cloud.opencode.base.crypto.util.CryptoDetector.EncodingType
Packages that use CryptoDetector.EncodingType
-
Uses of CryptoDetector.EncodingType in cloud.opencode.base.crypto.util
Subclasses with type arguments of type CryptoDetector.EncodingType in cloud.opencode.base.crypto.utilModifier and TypeClassDescriptionstatic enumEncoding types that can be detected.Methods in cloud.opencode.base.crypto.util that return CryptoDetector.EncodingTypeModifier and TypeMethodDescriptionCryptoDetector.CryptoAnalysis.detectedEncoding()Returns the value of thedetectedEncodingrecord component.static CryptoDetector.EncodingTypeCryptoDetector.detectEncoding(String text) Detect the encoding type of a string.static CryptoDetector.EncodingTypeReturns the enum constant of this class with the specified name.static CryptoDetector.EncodingType[]CryptoDetector.EncodingType.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.EncodingTypeModifierConstructorDescriptionCryptoAnalysis(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.