KeyPairGenECDSA
public 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 KeyPairGenECDSA
java.lang.Exception
public byte[] getD()
getD
in interface KeyPairGenECDSA
public byte[] getR()
getR
in interface KeyPairGenECDSA
public byte[] getS()
getS
in interface KeyPairGenECDSA