mx.bigdata.sat.security.KeyLoader Maven / Gradle / Ivy
package mx.bigdata.sat.security;
/**
* Created with IntelliJ IDEA.
* User: Gerardo Aquino
* Date: 4/06/13
*/
public interface KeyLoader {
T getKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy