For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce.cipher
Class TripleDESSpi

java.lang.Object
  extended by javax.crypto.CipherSpi
      extended by gnu.crypto.jce.cipher.CipherAdapter
          extended by gnu.crypto.jce.cipher.TripleDESSpi

public final class TripleDESSpi
extends CipherAdapter

The implementation of the Triple-DES Service Provider Interface (SPI) adapter.

Version:
$Revision: 1.2 $

Field Summary
 
Fields inherited from class gnu.crypto.jce.cipher.CipherAdapter
attributes, blockLen, cipher, keyLen, mode, pad, partBlock, partLen
 
Constructor Summary
TripleDESSpi()
           
 
Method Summary
 
Methods inherited from class gnu.crypto.jce.cipher.CipherAdapter
engineDoFinal, engineDoFinal, engineGetBlockSize, engineGetIV, engineGetOutputSize, engineGetParameters, engineInit, engineInit, engineInit, engineSetMode, engineSetPadding, engineUpdate, engineUpdate
 
Methods inherited from class javax.crypto.CipherSpi
engineDoFinal, engineGetKeySize, engineUnwrap, engineUpdate, engineWrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripleDESSpi

public TripleDESSpi()

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.