diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-06-05 16:32:32 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-06-05 16:32:32 +0200 |
commit | 6f814ec50badeacbb22ac2556c894b996ddc3959 (patch) | |
tree | 97d1b77f45e7466872ff8912889dcc1ca3cb05a0 /id/server/stork2-saml-engine | |
parent | d661adf00f012391df3b50e4a1cdcd56f09971fb (diff) | |
parent | 31c8bad4214bfee45eef0ca98faf3f6f32fe5b23 (diff) | |
download | moa-id-spss-6f814ec50badeacbb22ac2556c894b996ddc3959.tar.gz moa-id-spss-6f814ec50badeacbb22ac2556c894b996ddc3959.tar.bz2 moa-id-spss-6f814ec50badeacbb22ac2556c894b996ddc3959.zip |
Merge branch 'moa-2.1-Snapshot' of gitlab.iaik.tugraz.at:afitzek/moa-idspss into moa-2.1-Snapshot
Diffstat (limited to 'id/server/stork2-saml-engine')
-rw-r--r-- | id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/impl/SignSW.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/impl/SignSW.java b/id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/impl/SignSW.java index 39be750cd..d415375e7 100644 --- a/id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/impl/SignSW.java +++ b/id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/impl/SignSW.java @@ -455,7 +455,7 @@ public class SignSW implements SAMLEngineSignI { new ExplicitKeyTrustEvaluator(); if (!keyTrustEvaluator.validate(entityX509Cred, trustCred)) { - throw new SAMLEngineException("Certificate is not trusted."); + throw new SAMLEngineException("Certificate is not trusted."); } // Validate signature |