use of org.jpos.security.SimpleKeyFile in project jPOS by jpos.
the class DUKPTTest method initKS.
private void initKS() throws Exception {
ks = new SimpleKeyFile("build/resources/test/org/jpos/security/keys-test");
((LogSource) ks).setLogger(log.getLogger(), "KS");
}
Aggregations