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 Exception
Throws:
Exception

update

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

verify

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

sign

byte[] sign()
            throws Exception
Throws:
Exception


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