Uses of Enum Class
tigase.cert.CertCheckResult
Packages that use CertCheckResult
-
Uses of CertCheckResult in tigase.cert
Methods in tigase.cert that return CertCheckResultModifier and TypeMethodDescriptionstatic CertCheckResult
CertificateUtil.validateCertificate
(Certificate[] chain, KeyStore trustKeystore, boolean revocationEnabled) static CertCheckResult
Returns the enum constant of this class with the specified name.static CertCheckResult[]
CertCheckResult.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CertCheckResult in tigase.io
Methods in tigase.io that return CertCheckResultModifier and TypeMethodDescriptionJcaTLSWrapper.getCertificateStatus
(boolean revocationEnabled, SSLContextContainerIfc sslContextContainer) TLSWrapper.getCertificateStatus
(boolean revocationEnabled, SSLContextContainerIfc sslContextContainer)