com.jcraft.jsch
Interface Signature

All Known Subinterfaces:
SignatureDSA, SignatureRSA
All Known Implementing Classes:
SignatureDSA, SignatureRSA

public interface Signature


Method Summary
 void init()
           
 byte[] sign()
           
 void update(byte[] H)
           
 boolean verify(byte[] sig)
           
 

Method Detail

init

void init()
          throws java.lang.Exception
Throws:
java.lang.Exception

update

void update(byte[] H)
            throws java.lang.Exception
Throws:
java.lang.Exception

verify

boolean verify(byte[] sig)
               throws java.lang.Exception
Throws:
java.lang.Exception

sign

byte[] sign()
            throws java.lang.Exception
Throws:
java.lang.Exception