Uses of Class
org.eblocker.server.common.data.Certificate
Packages that use Certificate
Package
Description
-
Uses of Certificate in org.eblocker.server.common.data
Methods in org.eblocker.server.common.data that return CertificateModifier and TypeMethodDescriptionDashboardSslStatus.getCurrentCertificate()DashboardSslStatus.getRenewalCertificate()Methods in org.eblocker.server.common.data with parameters of type CertificateModifier and TypeMethodDescriptionvoidDashboardSslStatus.setCurrentCertificate(Certificate cert) voidDashboardSslStatus.setRenewalCertificate(Certificate cert) -
Uses of Certificate in org.eblocker.server.http.controller
Methods in org.eblocker.server.http.controller that return CertificateModifier and TypeMethodDescriptionSSLController.createNewRootCA(org.restexpress.Request request, org.restexpress.Response response) SSLController.getRootCaCertificate(org.restexpress.Request request, org.restexpress.Response response) -
Uses of Certificate in org.eblocker.server.http.controller.impl
Methods in org.eblocker.server.http.controller.impl that return CertificateModifier and TypeMethodDescriptionSSLControllerImpl.createNewRootCA(org.restexpress.Request request, org.restexpress.Response response) SSLControllerImpl.getRootCaCertificate(org.restexpress.Request request, org.restexpress.Response response)