CommonHelper.assertNotBlank("privateKeyPassword", this.privateKeyPassword);
// load private key from the keystore and provide it as OpenSAML credentials
this.credentialProvider = new CredentialProvider(this.keystorePath, this.keystorePassword,
this.privateKeyPassword);
this.decrypter = new EncryptionProvider(this.credentialProvider).buildDecrypter();
}
// Bootstrap OpenSAML
try {
DefaultBootstrap.bootstrap();