Package com.pnfsoftware.jeb.core.units
Interface ICertificateUnit
- All Superinterfaces:
IEventSource
,IUnit
,IUnitCreator
,IUserDataSupport
Unit type representing cryptography certificates such as X509.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the raw certificate data, implementing thejava.security.cert
API.Methods inherited from interface com.pnfsoftware.jeb.util.events.IEventSource
addListener, countListeners, getListeners, getParentSource, insertListener, notifyListeners, removeListener, setParentSource
Methods inherited from interface com.pnfsoftware.jeb.core.units.IUnit
addChild, addChild, canBePersisted, dispose, generateQuickState, getChildren, getContributions, getCreationTimestamp, getDescription, getExtraInputs, getFormatter, getFormatType, getIconData, getInput, getInterpreters, getLock, getName, getNotes, getNotificationManager, getParent, getParentArtifact, getParentProject, getPropertyDefinitionManager, getPropertyManager, getRealName, getStatus, getUid, getUnitProcessor, initializePropertyObjects, isDisposed, isProcessed, isStale, isTransientChild, notifyGenericChange, postDeserialization, process, removeChild, setName, setNotes, setParent, setRealName, setUnitProcessor
Methods inherited from interface com.pnfsoftware.jeb.core.IUserDataSupport
clearAllData, getAllData, getData, setData
-
Method Details
-
getCertificate
Certificate getCertificate()Retrieve the raw certificate data, implementing thejava.security.cert
API.- Returns:
-