public interface SM9SigUserKeyParametersGenerator
SM9EncUserKeyParametersGenerator| Modifier and Type | Method and Description |
|---|---|
SM9SigPrivateKeyParameters |
generateUserKey(byte[] identity)
Derive the signature private key of the user identified by
identity, a
deterministic KGC operation - the same master key and identity always
yield the same user key. |
SM9SigPrivateKeyParameters generateUserKey(byte[] identity)
identity, a
deterministic KGC operation - the same master key and identity always
yield the same user key.identity - the user's identity.