Interface ClientCertAuthSettings.Builder

    • Method Detail

      • ocspUrl

        ClientCertAuthSettings.Builder ocspUrl​(String ocspUrl)

        Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.

        Parameters:
        ocspUrl - Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.