Exemplo n.º 1
0
 public static ISM2 CreateWithPublicKey(ECPoint key) => new Sm2Function(Sm2KeyGenerator.GeneratePublicKey(key));
Exemplo n.º 2
0
 public static Sm2Key GeneratePublicKey(ECPoint publicPem) => Sm2KeyGenerator.GeneratePublicKey(publicPem);
Exemplo n.º 3
0
 public static Sm2Key GeneratePublicKey(string publicKey) => Sm2KeyGenerator.GeneratePublicKey(publicKey);
Exemplo n.º 4
0
 public static Sm2Key GeneratePublicKey() => Sm2KeyGenerator.GeneratePublicKey();