Package org.gnome.gio
Interface TlsFileDatabase.Builder<B extends Builder<B>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault B
setAnchors
(String anchors) The path to a file containing PEM encoded certificate authority root anchors.Methods inherited from interface io.github.jwharm.javagi.gobject.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 theanchors
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-