# Enum: com.pnfsoftware.jeb.core.units.code.asm.sig.codeless.CodelessLibraryID

Identifiers of libraries supported by codeless signatures.

## Constant: OpenSSL
Description: OpenSSL library.

## Constant: bzip2
Description: bzip2 library.

## Constant: jsoncpp
Description: JsonCpp library.

## Constant: libCURL
Description: cURL library.

## Constant: libSSH2
Description: libssh2 library.

## Constant: poco
Description: POCO library.

## Constant: zlib
Description: zlib library.

## Method: getName
- return type: `java.lang.String`

Description: Get the display name of the library.
return: display name

## Method: getTypelibName
- return type: `java.lang.String`

Description: Get the type\-library name associated with the library.
return: type\-library name

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


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


