Package com.jcraft.jsch.jce
Class KeyPairGenECDSA
- java.lang.Object
-
- com.jcraft.jsch.jce.KeyPairGenECDSA
-
- All Implemented Interfaces:
KeyPairGenECDSA
public class KeyPairGenECDSA extends java.lang.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()voidinit(int key_size)
-
-
-
Method Detail
-
init
public void init(int key_size) throws java.lang.Exception- Specified by:
initin interfaceKeyPairGenECDSA- Throws:
java.lang.Exception
-
getD
public byte[] getD()
- Specified by:
getDin interfaceKeyPairGenECDSA
-
getR
public byte[] getR()
- Specified by:
getRin interfaceKeyPairGenECDSA
-
getS
public byte[] getS()
- Specified by:
getSin interfaceKeyPairGenECDSA
-
-