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