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.certAPI.Retrieve a textual representation of the certificate.Methods inherited from interface com.pnfsoftware.jeb.util.events.IEventSource
addListener, countListeners, getListeners, getParentSource, insertListener, notifyListeners, removeListener, setParentSourceMethods inherited from interface com.pnfsoftware.jeb.core.units.IUnit
addChild, addChild, canBePersisted, dispose, execprvfunc, 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, setUnitProcessorMethods 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.certAPI.- Returns:
- the certificate
-
getCertificateAsText
String getCertificateAsText()Retrieve a textual representation of the certificate.- Returns:
- certificate text
-