Uses of Class
tigase.cert.CertCheckResult
-
Packages that use CertCheckResult Package Description tigase.cert tigase.io -
-
Uses of CertCheckResult in tigase.cert
Methods in tigase.cert that return CertCheckResult Modifier and Type Method Description static CertCheckResultCertificateUtil. validateCertificate(java.security.cert.Certificate[] chain, java.security.KeyStore trustKeystore, boolean revocationEnabled)static CertCheckResultCertCheckResult. valueOf(java.lang.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. -
Uses of CertCheckResult in tigase.io
Methods in tigase.io that return CertCheckResult Modifier and Type Method Description CertCheckResultJcaTLSWrapper. getCertificateStatus(boolean revocationEnabled, SSLContextContainerIfc sslContextContainer)CertCheckResultTLSWrapper. getCertificateStatus(boolean revocationEnabled, SSLContextContainerIfc sslContextContainer)
-