use of org.demoiselle.signer.policy.engine.factory.PolicyFactory in project signer by demoiselle.
the class PolicyFactoryTest method testLoadLPA.
/**
* Test of loadLPA method, of class PolicyFactory.
*/
@SuppressWarnings("deprecation")
public // @Test
void testLoadLPA() {
PolicyFactory factory = PolicyFactory.getInstance();
logger.info(factory.loadLPA().toString());
}
use of org.demoiselle.signer.policy.engine.factory.PolicyFactory in project signer by demoiselle.
the class PolicyFactoryTest method testLoadLPAv2.
/**
* Test of loadLPAv2 method, of class PolicyFactory.
*/
@SuppressWarnings("deprecation")
public // @Test
void testLoadLPAv2() {
PolicyFactory factory = PolicyFactory.getInstance();
logger.info(factory.loadLPAv2().toString());
}
use of org.demoiselle.signer.policy.engine.factory.PolicyFactory in project signer by demoiselle.
the class PolicyFactoryTest method testLoadCades.
@Test
public void testLoadCades() {
PolicyFactory factory = PolicyFactory.getInstance();
logger.info(factory.loadLPACAdES().toString());
}
Aggregations