com.jcraft.jsch.jce
Class KeyPairGenECDSA

java.lang.Object
  extended by com.jcraft.jsch.jce.KeyPairGenECDSA
All Implemented Interfaces:
KeyPairGenECDSA

public class KeyPairGenECDSA
extends Object
implements KeyPairGenECDSA


Constructor Summary
KeyPairGenECDSA()
           
 
Method Summary
 byte[] getD()
           
 byte[] getR()
           
 byte[] getS()
           
 void init(int key_size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyPairGenECDSA

public KeyPairGenECDSA()
Method Detail

init

public void init(int key_size)
          throws Exception
Specified by:
init in interface KeyPairGenECDSA
Throws:
Exception

getD

public byte[] getD()
Specified by:
getD in interface KeyPairGenECDSA

getR

public byte[] getR()
Specified by:
getR in interface KeyPairGenECDSA

getS

public byte[] getS()
Specified by:
getS in interface KeyPairGenECDSA


Copyright © 2018 JCraft,Inc.. All Rights Reserved.