KeyPairGenECDSApublic class KeyPairGenECDSA extends java.lang.Object implements KeyPairGenECDSA
| Constructor | Description |
|---|---|
KeyPairGenECDSA() |
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getD() |
|
byte[] |
getR() |
|
byte[] |
getS() |
|
void |
init(int key_size) |
public void init(int key_size)
throws java.lang.Exception
init in interface KeyPairGenECDSAjava.lang.Exceptionpublic byte[] getD()
getD in interface KeyPairGenECDSApublic byte[] getR()
getR in interface KeyPairGenECDSApublic byte[] getS()
getS in interface KeyPairGenECDSA