public interface

ICertificateUnit

implements IUnit
com.pnfsoftware.jeb.core.units.ICertificateUnit

Class Overview

Unit type representing cryptography certificates such as X509.

Summary

Public Methods
abstract Certificate getCertificate()
Retrieve the raw certificate data, implementing the java.security.cert API.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.IUnitCreator
From interface com.pnfsoftware.jeb.core.IUserDataSupport
From interface com.pnfsoftware.jeb.core.units.IUnit
From interface com.pnfsoftware.jeb.util.events.IEventSource

Public Methods

public abstract Certificate getCertificate ()

Retrieve the raw certificate data, implementing the java.security.cert API.