# Interface: com.pnfsoftware.jeb.core.units.ICertificateUnit

Unit type representing cryptography certificates such as X509.

## Method: getCertificate
- return type: `java.security.cert.Certificate`

Description: Retrieve the raw certificate data, implementing the `java.security.cert` API.
return: the certificate

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

Description: Retrieve a textual representation of the certificate.
return: certificate text

