net.ssh.jsch.jce
Class BlowfishCBC
java.lang.Object
   net.ssh.jsch.jce.BlowfishCBC
net.ssh.jsch.jce.BlowfishCBC
- All Implemented Interfaces: 
- Cipher
- public class BlowfishCBC 
- extends java.lang.Object- implements Cipher
 
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BlowfishCBC
public BlowfishCBC()
getIVSize
public int getIVSize()
- 
- Specified by:
- getIVSizein interface- Cipher
 
- 
 
getBlockSize
public int getBlockSize()
- 
- Specified by:
- getBlockSizein interface- Cipher
 
- 
 
init
public void init(int mode,
                 byte[] key,
                 byte[] iv)
          throws java.lang.Exception
- 
- Specified by:
- initin interface- Cipher
 
- 
- Throws:
- java.lang.Exception
 
update
public void update(byte[] foo,
                   int s1,
                   int len,
                   byte[] bar,
                   int s2)
            throws java.lang.Exception
- 
- Specified by:
- updatein interface- Cipher
 
- 
- Throws:
- java.lang.Exception