public interface KeyPairGenECDSA
The library contains a default implementation of this class, based on the JCE classes available in Java SE from 1.4.
The actually used implementation class is chosen by the configuration option
"keypairgen.ecdsa", and then instantiated using the no-argument
constructor. The library uses each instance only for one key generation.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getD() |
byte[] |
getR() |
byte[] |
getS() |
void |
init(int key_size) |
This is an inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.