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 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