- All Known Implementing Classes:
KeyPairGenECDSA
public interface KeyPairGenECDSA
-
Method Summary
| Modifier and Type |
Method |
Description |
byte[] |
getD() |
|
byte[] |
getR() |
|
byte[] |
getS() |
|
void |
init(int key_size) |
|
-
Method Details
-
void init(int key_size)
throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
-