SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

Error Event

Fires when an errors happens during a key storage operation.

Syntax

public open class DefaultCryptokeystorageEventListener : CryptokeystorageEventListener {
  ...
  public override fun error(e: CryptokeystorageErrorEvent) {}
  ...
}

public class CryptokeystorageErrorEvent {
  val errorCode: Int
  val description: String?
}

Remarks

This event reports an exceptional situation during a key storage operation.

ErrorCode contains an error code and Description contains a textual description of the error.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Kotlin Edition - Version 20.0 [Build 8063]