public class KeyPairGenECDSA extends Object implements KeyPairGenECDSA
| Constructor and Description |
|---|
KeyPairGenECDSA() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getD() |
byte[] |
getR() |
byte[] |
getS() |
void |
init(int key_size) |
public void init(int key_size)
throws Exception
init in interface KeyPairGenECDSAExceptionpublic byte[] getD()
getD in interface KeyPairGenECDSApublic byte[] getR()
getR in interface KeyPairGenECDSApublic byte[] getS()
getS in interface KeyPairGenECDSACopyright © 2017–2019 Eclipse Foundation. All rights reserved.