SecureBlackbox 2020 PHP Edition

Questions / Feedback?

BeforeGenerateKey Event

Fires when a key generation request is received.

Object Oriented Interface

public function fireBeforeGenerateKey($param);

Procedural Interface

secureblackbox_kmipserver_register_callback($res, 5, array($this, 'fireBeforeGenerateKey'));

Parameter List


'connectionid'
'keyalgorithm'
'keylength'
'defaulteccurve'

Remarks

The class fires this event when it receives a request from the client to generate a key or keypair. KeyAlgorithm, KeyLength, and DefaultECCurve parameters specify the requested key properties.

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