com.jcraft.jsch.jce
Class AES192CBC
java.lang.Object
com.jcraft.jsch.jce.AES192CBC
- All Implemented Interfaces:
- Cipher
public class AES192CBC
- extends Object
- implements Cipher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AES192CBC
public AES192CBC()
getIVSize
public int getIVSize()
- Specified by:
getIVSize
in interface Cipher
getBlockSize
public int getBlockSize()
- Specified by:
getBlockSize
in interface Cipher
init
public void init(int mode,
byte[] key,
byte[] iv)
throws Exception
- Specified by:
init
in interface Cipher
- Throws:
Exception
update
public void update(byte[] foo,
int s1,
int len,
byte[] bar,
int s2)
throws Exception
- Specified by:
update
in interface Cipher
- Throws:
Exception
isCBC
public boolean isCBC()
- Specified by:
isCBC
in interface Cipher
Copyright © 2014 JCraft,Inc.. All Rights Reserved.