KeyPairUpdateNotification constructor

KeyPairUpdateNotification(
  1. SpkiHexString newPublicKey,
  2. String concernedDataOwnerId
)

Implementation

KeyPairUpdateNotification(
	this.newPublicKey,
	this.concernedDataOwnerId
	);