Interface TlsFileDatabase.Builder<B extends Builder<B>>
- All Superinterfaces:
BuilderInterface
- Enclosing interface:
TlsFileDatabase
- Since:
- 2.30
-
Method Summary
Modifier and TypeMethodDescriptiondefault BsetAnchors(String anchors) The path to a file containing PEM encoded certificate authority root anchors.Methods inherited from interface BuilderInterface
addBuilderProperty, connect, connect, getArena
-
Method Details
-
setAnchors
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 theanchorsproperty- Returns:
- the
Builderinstance is returned, to allow method chaining - Since:
- 2.30
-