186187188189190191192193194195196
} protected KeyStore keyStore() { final KeyStore keyStore = new KeyStore(); keyStore.addCertificate(idpEntityId, idpCertificate); keyStore.addPrivateKey(entityId(), spPrivateKey, spCertificate, "somepass"); return keyStore; }