IPWorks Encrypt 2020 Kotlin Edition

Questions / Feedback?

KeyList Event

Lists the keysets in a CSP (see the ListKeys method).

Syntax

public open class DefaultCertmgrEventListener : CertmgrEventListener {
  ...
  public override fun keyList(e: CertmgrKeyListEvent) {}
  ...
}

public class CertmgrKeyListEvent {
  val keyContainer: String?
  val keyType: Int
  val algId: String?
  val keyLen: Int
}

Remarks

The KeyContainer parameter is the name used to identify the keyset (public/private key pair) when it was first created.

KeyType shows the key type: 1 for key exchange (encryption) keys, and 2 for digital signature keys.

KeyLen shows the length of the public key (in bits).

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