summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/ECTesterStandalone.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Export default lib curves in CSV.J08nY2017-11-271-2/+2
* Export generated keys in ANSI X9.62 uncompressed format.J08nY2017-11-261-2/+3
* Split Util class into a package.J08nY2017-11-261-5/+16
* Add export of default standalone lib params.J08nY2017-11-261-8/+40
* Make sure the SPI by the intended provider is always used.J08nY2017-11-261-27/+50
* Finish first keygen implementation.J08nY2017-11-261-38/+89
* Sketch out KeyPairGeneration in standalone.J08nY2017-11-231-12/+56
* Finish tree parsing of CLI args.J08nY2017-11-181-46/+81
* Add Tree-like CLI parsing utilities.J08nY2017-11-151-3/+2
* Extract common CLI methods to CLITools.J08nY2017-11-141-21/+17
* Add KeyPairGenerator idents.J08nY2017-11-131-3/+22
* Implement collecting of supported KeyAgreement and Signature objects.J08nY2017-11-121-1/+25
* Add BouncyCastle library. Sketch out ECTesterStandalone.J08nY2017-11-121-0/+86
* Introduce ECTesterStandalone.J08nY2017-11-121-0/+13