IPWorks WebSockets 2020 Kotlin Edition

Questions / Feedback?

StoreList Event

Lists the system certificate stores (see the ListCertificateStores and ListMachineStores methods).

Syntax

public open class DefaultCertmgrEventListener : CertmgrEventListener {
  ...
  public override fun storeList(e: CertmgrStoreListEvent) {}
  ...
}

public class CertmgrStoreListEvent {
  val certStore: String?
}

Remarks

The CertStore parameter contains the name of the certificate store being listed.

The CertList event and the ListStoreCertificates method are used to list the certificates in the store.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks WebSockets 2020 Kotlin Edition - Version 20.0 [Build 7941]