SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AfterGenerateKey Event

Signifies completion of key generation.

Syntax

ANSI (Cross Platform)
virtual int FireAfterGenerateKey(KMIPServerAfterGenerateKeyEventParams *e);
typedef struct {
int64 ConnectionId;
const char *UniqueIdentifier; int reserved; } KMIPServerAfterGenerateKeyEventParams; Unicode (Windows) virtual INT FireAfterGenerateKey(KMIPServerAfterGenerateKeyEventParams *e);
typedef struct {
LONG64 ConnectionId;
LPCWSTR UniqueIdentifier; INT reserved; } KMIPServerAfterGenerateKeyEventParams;
- (void)onAfterGenerateKey:(long long)connectionId :(NSString*)uniqueIdentifier;
#define EID_KMIPSERVER_AFTERGENERATEKEY 2

virtual INT SECUREBLACKBOX_CALL FireAfterGenerateKey(LONG64 &lConnectionId, LPSTR &lpszUniqueIdentifier);

Remarks

The class fires this event upon completion of key generation routine.

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