net.ssh.jsch.jce
Class SHA1
java.lang.Object
   net.ssh.jsch.jce.SHA1
net.ssh.jsch.jce.SHA1
- All Implemented Interfaces: 
- HASH
- public class SHA1 
- extends java.lang.Object- implements HASH
| Constructor Summary | 
| SHA1()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SHA1
public SHA1()
getBlockSize
public int getBlockSize()
- 
- Specified by:
- getBlockSizein interface- HASH
 
- 
 
init
public void init()
          throws java.lang.Exception
- 
- Specified by:
- initin interface- HASH
 
- 
- Throws:
- java.lang.Exception
 
update
public void update(byte[] foo,
                   int start,
                   int len)
            throws java.lang.Exception
- 
- Specified by:
- updatein interface- HASH
 
- 
- Throws:
- java.lang.Exception
 
digest
public byte[] digest()
              throws java.lang.Exception
- 
- Specified by:
- digestin interface- HASH
 
- 
- Throws:
- java.lang.Exception