com.metamatrix.common.util.crypto
Interface Cryptor

All Superinterfaces:
Decryptor, Encryptor
All Known Implementing Classes:
BasicCryptor, NullCryptor, SymmetricCryptor

public interface Cryptor
extends Encryptor, Decryptor

Interface defining a utility that can perform both encryption and decryption.

See Also:
Encryptor, Decryptor

Method Summary
 
Methods inherited from interface com.metamatrix.common.util.crypto.Encryptor
encrypt, encrypt, sealObject
 
Methods inherited from interface com.metamatrix.common.util.crypto.Decryptor
decrypt, decrypt, unsealObject
 



Copyright © 2009. All Rights Reserved.