Uses of Class
com.metamatrix.common.util.crypto.cipher.SymmetricCryptor

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

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

Methods in com.metamatrix.common.util.crypto that return SymmetricCryptor
 SymmetricCryptor DhKeyGenerator.getSymmetricCryptor(byte[] peerPublicKeyBytes)
           
 

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

Methods in com.metamatrix.common.util.crypto.cipher that return SymmetricCryptor
static SymmetricCryptor SymmetricCryptor.getSymmectricCryptor()
          Creates a new SymmetricCryptor with a new symmetric key
static SymmetricCryptor SymmetricCryptor.getSymmectricCryptor(byte[] key)
          Creates a SymmetricCryptor using the supplied byte array as the key
static SymmetricCryptor SymmetricCryptor.getSymmectricCryptor(java.net.URL keyResource)
          Creates a SymmetricCryptor using the supplied URL contents as the key
 



Copyright © 2009. All Rights Reserved.