* @throws Exception
*/
@Test
public void testMaskedPassword() throws Exception {
PicketLinkSTSUnitTestCase plstsTest = new PicketLinkSTSUnitTestCase();
TestSTS sts = plstsTest.new TestSTS("sts/picketlink-sts-maskedpasswd.xml");
STSConfiguration stsConfiguration = sts.getConfiguration();
Certificate cert = stsConfiguration.getCertificate("service1");
assertNotNull("cert is not null", cert);
cert = stsConfiguration.getCertificate("service2");
assertNotNull("cert is not null", cert);