net.sourceforge.jaulp.crypto.interfaces
Interface Decryptor

All Superinterfaces:
SecretCryptor
All Known Implementing Classes:
SimpleDecryptor

public interface Decryptor
extends SecretCryptor

Interface for Decryptor objects.

Version:
1.0
Author:
Asterios Raptis

Method Summary
 java.lang.String decrypt(java.lang.String string)
          Decrpyt the donated String.
 
Methods inherited from interface net.sourceforge.jaulp.crypto.interfaces.SecretCryptor
getCipher, getPrivateKey, setCipher, setPrivateKey
 

Method Detail

decrypt

java.lang.String decrypt(java.lang.String string)
Decrpyt the donated String.

Parameters:
string - The String to decrypt.
Returns:
The decrypted String.s


Copyright © 2010. All Rights Reserved.