1:
public
interface
Decryptable
{
2:
public
String decrypt
(
String s
)
;
3:
}