com.maverick.ssh.components.jce
Class BlowfishCbc
java.lang.Object
com.maverick.ssh.components.SshCipher
com.maverick.ssh.components.jce.AbstractJCECipher
com.maverick.ssh.components.jce.BlowfishCbc
- All Implemented Interfaces:
- SshComponent
public class BlowfishCbc
- extends AbstractJCECipher
An implementation of the Blowfish cipher using a JCE provider. If you
have enabled JCE usage there is no need to configure this separately.
- Author:
- Lee David Painter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlowfishCbc
public BlowfishCbc()
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.