Skip to content

rakeb/ECSingVerify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Elliptic Curve Signature generation and Verification

Some basic feature implemented for Ellecptic Curve.

  1. ecKeyPairGenerator(String curveName): Generates ECKeyPair, shows public key and write private key into a file "privateKey.key".

  2. ecSign(KeyPair keyPair, String message): Sign message with its internally generated private key.

  3. ecVerify(String sign, ECPublicKey ecPublicKey, String message): Verify a signatue data.

  4. genEcPubKey(): Convert a byte array public key into java public key object.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages