Interface Encryption
-
public interface EncryptionDefines an interface for an encryption class.
- See Also:
DirectoryDefault.encryptString(String)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringencrypt(String s)Returns an encrypted version of the specified string.
-