Package com.jcraft.jsch.jce
Class KeyPairGenECDSA
java.lang.Object
com.jcraft.jsch.jce.KeyPairGenECDSA
- All Implemented Interfaces:
KeyPairGenECDSA
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyPairGenECDSA
public KeyPairGenECDSA()
-
-
Method Details
-
init
- Specified by:
initin interfaceKeyPairGenECDSA- Throws:
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
-