public interface SM9EncUserKeyParametersGenerator
SM9SigUserKeyParametersGenerator| Modifier and Type | Method and Description |
|---|---|
SM9EncPrivateKeyParameters |
generateUserKey(byte[] identity,
byte hid)
Derive the private key of the user identified by
identity under the
given hid, a deterministic KGC operation - the same master key, identity
and hid always yield the same user key. |
SM9EncPrivateKeyParameters generateUserKey(byte[] identity, byte hid)
identity under the
given hid, a deterministic KGC operation - the same master key, identity
and hid always yield the same user key.identity - the user's identity.hid - the private-key generation function identifier the KGC chose,
SM9EncMasterPrivateKeyParameters.HID or
SM9EncMasterPrivateKeyParameters.HID_EXCHANGE.