spAuthenticator.setConfigProvider(new MockSAMLConfigurationProvider(spType));
spAuthenticator.setContainer(this.spContext);
spAuthenticator.testStart();
return spAuthenticator;
}
private void signAssertionElement(Document samlResponseDoc, TrustKeyManager keyManager)