net.sourceforge.jaulp.crypto.interfaces
Interface Encryptor

All Superinterfaces:
SecretCryptor
All Known Implementing Classes:
SimpleEncryptor

public interface Encryptor
extends SecretCryptor

Interface for Encryptor objects.

Version:
1.0
Author:
Asterios Raptis

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

Method Detail

encrypt

java.lang.String encrypt(java.lang.String string)
Encrpyt the donated String.

Parameters:
string - The String to encrypt.
Returns:
The encrypted String.


Copyright © 2010. All Rights Reserved.