Class BlowfishCbc
java.lang.Object
com.sshtools.common.ssh.components.AbstractSshCipher
com.sshtools.common.ssh.components.jce.AbstractJCECipher
com.sshtools.common.ssh.components.jce.BlowfishCbc
- All Implemented Interfaces:
Component,SshCipher,SshComponent,SecureComponent
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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface com.sshtools.common.ssh.components.SshCipher
DECRYPT_MODE, ENCRYPT_MODE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sshtools.common.ssh.components.jce.AbstractJCECipher
createCipher, getBlockSize, getKeyLength, getProvider, getProviderName, init, transformMethods inherited from class com.sshtools.common.ssh.components.AbstractSshCipher
getAlgorithm, getMacLength, getPriority, getSecurityLevel, isMAC, transform
-
Constructor Details
-
BlowfishCbc
- Throws:
IOException
-