public class KeyPairGenECDSA extends java.lang.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 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 KeyPairGenECDSACopyright © 2020 JCraft,Inc.. All Rights Reserved.