Interface ClientCertAuthSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ClientCertAuthSettings.Builder,ClientCertAuthSettings>, SdkBuilder<ClientCertAuthSettings.Builder,ClientCertAuthSettings>, SdkPojo
Enclosing class:
ClientCertAuthSettings

public static interface ClientCertAuthSettings.Builder extends SdkPojo, CopyableBuilder<ClientCertAuthSettings.Builder,ClientCertAuthSettings>
  • Method Details

    • 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.