Class AES128Cbc
java.lang.Object
com.sshtools.common.ssh.components.AbstractSshCipher
com.sshtools.common.ssh.components.jce.AbstractJCECipher
com.sshtools.common.ssh.components.jce.AES128Cbc
- All Implemented Interfaces:
Component,SshCipher,SshComponent,SecureComponent
An implementation of the AES 128 bit cipher using a JCE provider.
- 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
-
AES128Cbc
- Throws:
IOException
-