com.jcraft.jsch
Interface KeyPairGenECDSA

All Known Implementing Classes:
KeyPairGenECDSA

public interface KeyPairGenECDSA


Method Summary
 byte[] getD()
           
 byte[] getR()
           
 byte[] getS()
           
 void init(int key_size)
           
 

Method Detail

init

void init(int key_size)
          throws Exception
Throws:
Exception

getD

byte[] getD()

getR

byte[] getR()

getS

byte[] getS()


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