org.ssonet.mechanisms.confidentiality
Class DESede

java.lang.Object
  |
  +--org.ssonet.mechanisms.confidentiality.AbstractConfidentialityMechanism
        |
        +--org.ssonet.mechanisms.confidentiality.DESede
All Implemented Interfaces:
IOStream, Mechanism

public class DESede
extends AbstractConfidentialityMechanism


Field Summary
 
Fields inherited from class org.ssonet.mechanisms.confidentiality.AbstractConfidentialityMechanism
cipherIn, cipherOut, EOF, inBuffer, INBUFFER_SIZE, ioStream, keyLengths, mechanismName, messageBuffer, modes, negotiatedMechConf, providers, readBlockNumber, readException, readMode, rounds, validBytesToRead, variants, writeBlockNumber
 
Fields inherited from interface org.ssonet.net.Mechanism
KEYLENGTH, MODES, PROVIDERLIST, ROUNDS, VARIANTS
 
Constructor Summary
DESede()
           
 
Methods inherited from class org.ssonet.mechanisms.confidentiality.AbstractConfidentialityMechanism
available, closeIn, closeOut, getAlgorithmParameterSpec, getConfiguration, getDefaultConfiguration, getKeyLengths, getModes, getName, getProviders, getRounds, getVariants, init, init, initIOStream, negotiateMechConf, read, testDecrypt, testEncrypt, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DESede

public DESede()


Copyright © 2003 DRIM Team. All Rights Reserved.