com.jcraft.jsch
Interface SignatureECDSA

All Superinterfaces:
Signature
All Known Implementing Classes:
SignatureECDSA

public interface SignatureECDSA
extends Signature


Method Summary
 void setPrvKey(byte[] s)
           
 void setPubKey(byte[] r, byte[] s)
           
 
Methods inherited from interface com.jcraft.jsch.Signature
init, sign, update, verify
 

Method Detail

setPubKey

void setPubKey(byte[] r,
               byte[] s)
               throws Exception
Throws:
Exception

setPrvKey

void setPrvKey(byte[] s)
               throws Exception
Throws:
Exception


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