Interface TlsDatabaseClass.OnCreateCertificateHandle

Enclosing class:
TlsDatabaseClass
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TlsDatabaseClass.OnCreateCertificateHandle
  • Method Details

    • onCreateCertificateHandle

      Str onCreateCertificateHandle(CallbackHandler __self, @Nonnull TlsDatabase self, @Nonnull TlsCertificate certificate)
      Parameters:
      self - a #GTlsDatabase
      certificate - certificate for which to create a handle.
      Returns:
      a newly allocated string containing the handle.