Uses of Class
tigase.cert.CertCheckResult
-
Packages that use CertCheckResult Package Description tigase.cert -
-
Uses of CertCheckResult in tigase.cert
Methods in tigase.cert that return CertCheckResult Modifier and Type Method Description static CertCheckResultCertificateUtil. validateCertificate(Certificate[] chain, KeyStore trustKeystore, boolean revocationEnabled)static CertCheckResultCertCheckResult. valueOf(String name)Returns the enum constant of this type with the specified name.static CertCheckResult[]CertCheckResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-