package mx.bigdata.sat.security; /** * Created with IntelliJ IDEA. * User: Gerardo Aquino * Date: 4/06/13 */ public interface KeyLoader { <T> T getKey(); }