# Enum: com.pnfsoftware.jeb.core.units.code.asm.sig.INativeSignature.ConfidenceLevel

Confidence level associated with a signature.

## Constant: HIGH
Description: High confidence level.

## Constant: LOW
Description: Low confidence level.

## Constant: MEDIUM
Description: Medium confidence level.

## Constant: UNKNOWN
Description: Unknown confidence level.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.sig.INativeSignature.ConfidenceLevel`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.asm.sig.INativeSignature.ConfidenceLevel[]`


