Uses of Class
com.aoindustries.aoserv.client.pki.Certificate
-
-
Uses of Certificate in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type Certificate Modifier and Type Method Description List<Certificate>Package. getSslCertificates() -
Uses of Certificate in com.aoindustries.aoserv.client.email
Methods in com.aoindustries.aoserv.client.email that return Certificate Modifier and Type Method Description CertificateCyrusImapdBind. getCertificate()Gets the SSL certificate for this server.CertificateCyrusImapdServer. getCertificate()Gets the SSL certificate for this server.CertificateSendmailServer. getClientCertificate()Gets the client certificate for this server.CertificateSendmailServer. getServerCertificate()Gets the server certificate for this server.Methods in com.aoindustries.aoserv.client.email with parameters of type Certificate Modifier and Type Method Description List<CyrusImapdBind>CyrusImapdBindTable. getCyrusImapdBinds(Certificate sslCert)List<CyrusImapdServer>CyrusImapdServerTable. getCyrusImapdServers(Certificate sslCert)List<SendmailServer>SendmailServerTable. getSendmailServersByClientCertificate(Certificate sslCert)List<SendmailServer>SendmailServerTable. getSendmailServersByServerCertificate(Certificate sslCert) -
Uses of Certificate in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type Certificate Modifier and Type Method Description List<Certificate>Server. getSslCertificates() -
Uses of Certificate in com.aoindustries.aoserv.client.pki
Methods in com.aoindustries.aoserv.client.pki that return Certificate Modifier and Type Method Description CertificateCertificateTable. get(int pkey)CertificateCertificateName. getSslCertificate()CertificateCertificateOtherUse. getSslCertificate()Methods in com.aoindustries.aoserv.client.pki that return types with arguments of type Certificate Modifier and Type Method Description List<Certificate>CertificateTable. getSslCertificates(Package pk)List<Certificate>CertificateTable. getSslCertificates(Server aoServer) -
Uses of Certificate in com.aoindustries.aoserv.client.web
Methods in com.aoindustries.aoserv.client.web that return Certificate Modifier and Type Method Description CertificateVirtualHost. getCertificate()Gets the SSL certificate for this server.Methods in com.aoindustries.aoserv.client.web with parameters of type Certificate Modifier and Type Method Description List<VirtualHost>VirtualHostTable. getHttpdSiteBinds(Certificate sslCert)
-