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

Packages that use Encryptor
com.metamatrix.common.util.crypto   
com.metamatrix.common.util.crypto.cipher   
 

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
 



Copyright © 2009. All Rights Reserved.