Interface CertificateValidator

    • Method Detail

      • trustCertificate

        boolean trustCertificate​(org.xipki.security.X509Cert target,
                                 org.xipki.security.X509Cert[] otherCerts)
        Whether the target certificate can be trusted.
        Parameters:
        target - The certificate to be verified. Must not be null.
        otherCerts - Additional certificate that may be used. Could be null.
        Returns:
        whether the target certificate is trusted.