org.apache.sshd.common.cipher
Class TripleDESCBC

java.lang.Object
  extended by org.apache.sshd.common.cipher.BaseCipher
      extended by org.apache.sshd.common.cipher.TripleDESCBC
All Implemented Interfaces:
Cipher

public class TripleDESCBC
extends BaseCipher

TripleDESCBC Cipher

Author:
Apache MINA SSHD Project

Nested Class Summary
static class TripleDESCBC.Factory
          Named factory for TripleDESCBC Cipher
 
Nested classes/interfaces inherited from interface org.apache.sshd.common.Cipher
Cipher.Mode
 
Constructor Summary
TripleDESCBC()
           
 
Method Summary
 
Methods inherited from class org.apache.sshd.common.cipher.BaseCipher
getBlockSize, getIVSize, init, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripleDESCBC

public TripleDESCBC()


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.