Package net.ME1312.SubData.Client
Interface CipherFactory
public interface CipherFactory
Cipher Factory Layout Class
-
Method Summary
-
Method Details
-
newCipher
Get a cipher by name- Parameters:
handle- Cipher name- Returns:
- Cipher/Token pair
-
getCipher
Get a cipher by name- Parameters:
handle- Cipher namekey- Token- Returns:
- Cipher
-