Module org.snmp4j

Interface X509TlsTransportMappingConfig

    • Method Detail

      • getPKIXRevocationChecker

        java.security.cert.PKIXRevocationChecker getPKIXRevocationChecker()
        Gets the (optional and possibly null) revocation checker for the cert path validation of X509 certificates.
        Returns:
        null to disable cert path validation with CLR checking or a properly configured cert path checker instance.
        Since:
        3.6
      • setPKIXRevocationChecker

        void setPKIXRevocationChecker​(java.security.cert.PKIXRevocationChecker pkixRevocationChecker)
        Sets the (optional and possibly null) revocation checker for the cert path validation of X509 certificates.
        Parameters:
        pkixRevocationChecker - null to disable cert path validation with CLR checking or a properly configured cert path checker instance.
        Since:
        3.6