Klasse TlsFileDatabase

Alle implementierten Schnittstellen:
PointerInterface

public class TlsFileDatabase extends Interface
`GTlsFileDatabase` is implemented by [class@Gio.TlsDatabase] objects which
load their certificate information from a file. It is an interface which
TLS library specific subtypes implement.

https://docs.gtk.org/gio/iface.TlsFileDatabase.html

  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • _new

      public static TlsFileDatabase _new(@Nonnull Str anchors) throws AllocationError
      Creates a new #GTlsFileDatabase which uses anchor certificate authorities
      in @anchors to verify certificate chains.

      The certificates in @anchors must be PEM encoded.
      Parameter:
      anchors - filename of anchor certificate authorities.
      Gibt zurück:
      the new #GTlsFileDatabase, or %NULL on error
      Löst aus:
      AllocationError
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()