Uses of Interface
com.metamatrix.common.util.crypto.Cryptor

Packages that use Cryptor
com.metamatrix.common.comm.platform.socket.client   
com.metamatrix.common.comm.platform.socket.server   
com.metamatrix.common.util.crypto   
com.metamatrix.common.util.crypto.cipher   
 

Uses of Cryptor in com.metamatrix.common.comm.platform.socket.client
 

Methods in com.metamatrix.common.comm.platform.socket.client that return Cryptor
 Cryptor SocketServerInstanceImpl.getCryptor()
           
 Cryptor SocketServerInstance.getCryptor()
           
 

Uses of Cryptor in com.metamatrix.common.comm.platform.socket.server
 

Methods in com.metamatrix.common.comm.platform.socket.server that return Cryptor
 Cryptor SocketClientInstance.getCryptor()
           
 Cryptor ClientInstance.getCryptor()
           
 

Uses of Cryptor in com.metamatrix.common.util.crypto
 

Classes in com.metamatrix.common.util.crypto that implement Cryptor
 class NullCryptor
           
 

Fields in com.metamatrix.common.util.crypto declared as Cryptor
protected  Cryptor PasswordChangeUtility.newCryptor
          The Cryptor to use for encrypting the new passwords.
protected  Cryptor PasswordChangeUtility.oldCryptor
          The Cryptor to use for decrypting the old passwords.
 

Methods in com.metamatrix.common.util.crypto that return Cryptor
static Cryptor CryptoUtil.getCryptor()
          Construct and return a utility that can be used for either encryption or decryption.
 

Uses of Cryptor in com.metamatrix.common.util.crypto.cipher
 

Classes in com.metamatrix.common.util.crypto.cipher that implement Cryptor
 class BasicCryptor
          Implementation of Cryptor interface that can perform both encryption and decryption.
 class SymmetricCryptor
          Provides a symmetric cryptor
 



Copyright © 2009. All Rights Reserved.