Uses of Enum Class
cloud.opencode.base.crypto.util.CryptoDetector.KeyFormat
Packages that use CryptoDetector.KeyFormat
-
Uses of CryptoDetector.KeyFormat in cloud.opencode.base.crypto.util
Subclasses with type arguments of type CryptoDetector.KeyFormat in cloud.opencode.base.crypto.utilModifier and TypeClassDescriptionstatic enumKey formats that can be detected.Methods in cloud.opencode.base.crypto.util that return CryptoDetector.KeyFormatModifier and TypeMethodDescriptionCryptoDetector.CryptoAnalysis.detectedKeyFormat()Returns the value of thedetectedKeyFormatrecord component.static CryptoDetector.KeyFormatCryptoDetector.detectKeyFormat(String keyData) Detect the key format from a string.static CryptoDetector.KeyFormatReturns the enum constant of this class with the specified name.static CryptoDetector.KeyFormat[]CryptoDetector.KeyFormat.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.KeyFormatModifierConstructorDescriptionCryptoAnalysis(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.