Uses of Class
com.aoindustries.aoserv.client.pki.Certificate.Check
-
Packages that use Certificate.Check Package Description com.aoindustries.aoserv.client com.aoindustries.aoserv.client.pki -
-
Uses of Certificate.Check in com.aoindustries.aoserv.client
Methods in com.aoindustries.aoserv.client that return types with arguments of type Certificate.Check Modifier and Type Method Description List<Certificate.Check>SimpleAOClient. checkSslCertificate(String aoServer, String keyFileOrCertbotName, boolean allowCached) -
Uses of Certificate.Check in com.aoindustries.aoserv.client.pki
Methods in com.aoindustries.aoserv.client.pki that return types with arguments of type Certificate.Check Modifier and Type Method Description List<Certificate.Check>Certificate. check(boolean allowCached)Performs a status check on this certificate.
-