Interface ICertificateUnit

All Superinterfaces:
IEventSource, IUnit, IUnitCreator, IUserDataSupport

public interface ICertificateUnit extends IUnit
Unit type representing cryptography certificates such as X509.
  • Method Details

    • getCertificate

      Certificate getCertificate()
      Retrieve the raw certificate data, implementing the java.security.cert API.
      Returns:
      the certificate
    • getCertificateAsText

      String getCertificateAsText()
      Retrieve a textual representation of the certificate.
      Returns:
      certificate text