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

Packages that use Encryptor
com.metamatrix.common.util.crypto   
com.metamatrix.common.util.crypto.cipher   
com.metamatrix.console.models   
com.metamatrix.console.ui.views.deploy   
com.metamatrix.toolbox.ui.widget   
com.metamatrix.toolbox.ui.widget.property   
 

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

Subinterfaces of Encryptor in com.metamatrix.common.util.crypto
 interface Cryptor
          Interface defining a utility that can perform both encryption and decryption.
 

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

Methods in com.metamatrix.common.util.crypto that return Encryptor
static Encryptor CryptoUtil.getEncryptor()
          Construct and return a utility that can be used for only encryption.
 

Methods in com.metamatrix.common.util.crypto with parameters of type Encryptor
static java.util.Properties CryptoUtil.propertyEncryptEndsWith(Encryptor encryptor, java.lang.String pattern, java.util.Properties props)
          Encrypts given set of property values based on occurance of the property name ending in with the given pattern, using the specified encryptor.
 

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

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

Uses of Encryptor in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that return Encryptor
 Encryptor Manager.getEncryptor()
          Get encryptor to use for encrypting passwords to send from the client to the server.
 

Uses of Encryptor in com.metamatrix.console.ui.views.deploy
 

Methods in com.metamatrix.console.ui.views.deploy that return Encryptor
protected  Encryptor DetailPanel.getEncryptor()
           
 

Uses of Encryptor in com.metamatrix.toolbox.ui.widget
 

Constructors in com.metamatrix.toolbox.ui.widget with parameters of type Encryptor
PasswordButton(char[] password, Encryptor encryptor)
           
 

Uses of Encryptor in com.metamatrix.toolbox.ui.widget.property
 

Constructors in com.metamatrix.toolbox.ui.widget.property with parameters of type Encryptor
PropertiedObjectPanel(PropertiedObjectEditor editor, Encryptor encryptor)
          Constructs and returns an instance of this class using itself as a transaction source.
PropertiedObjectPanel(PropertiedObjectEditor editor, Encryptor encryptor, java.lang.Object transactionSource)
          Constructs and returns an instance of this class.
PropertyComponentFactory(Encryptor encryptor)
           
 



Copyright © 2009. All Rights Reserved.