Package com.jcraft.jsch.jce
Class KeyPairGenECDSA
- java.lang.Object
-
- com.jcraft.jsch.jce.KeyPairGenECDSA
-
- All Implemented Interfaces:
KeyPairGenECDSA
public class KeyPairGenECDSA extends Object implements KeyPairGenECDSA
-
-
Constructor Summary
Constructors Constructor Description KeyPairGenECDSA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getD()
byte[]
getR()
byte[]
getS()
void
init(int key_size)
-
-
-
Method Detail
-
init
public void init(int key_size) throws Exception
- Specified by:
init
in interfaceKeyPairGenECDSA
- Throws:
Exception
-
getD
public byte[] getD()
- Specified by:
getD
in interfaceKeyPairGenECDSA
-
getR
public byte[] getR()
- Specified by:
getR
in interfaceKeyPairGenECDSA
-
getS
public byte[] getS()
- Specified by:
getS
in interfaceKeyPairGenECDSA
-
-