Interface TlsFileDatabase.Builder<B extends Builder<B>>

All Superinterfaces:
BuilderInterface
Enclosing interface:
TlsFileDatabase

public static interface TlsFileDatabase.Builder<B extends Builder<B>> extends BuilderInterface
Since:
2.30
  • Method Details

    • setAnchors

      default B setAnchors(String anchors)
      The path to a file containing PEM encoded certificate authority root anchors. The certificates in this file will be treated as root authorities for the purpose of verifying other certificates via the g_tls_database_verify_chain() operation.
      Parameters:
      anchors - the value for the anchors property
      Returns:
      the Builder instance is returned, to allow method chaining
      Since:
      2.30