[utilities COMMIT] /xmlsectool/trunk/src/main/java/edu/internet2/middleware/security/CredentialHelper.java
noreply at shibboleth.net
noreply at shibboleth.net
Tue Mar 12 18:45:06 EDT 2013
Author: iay
Date: Tue Mar 12 18:45:06 2013
New Revision: 350
URL: http://svn.shibboleth.net/view/utilities?rev=350&view=rev
Log:
PKCS12? Should be PKCS11: typo.
Modified:
xmlsectool/trunk/src/main/java/edu/internet2/middleware/security/CredentialHelper.java
Modified: xmlsectool/trunk/src/main/java/edu/internet2/middleware/security/CredentialHelper.java
URL: http://svn.shibboleth.net/view/utilities/xmlsectool/trunk/src/main/java/edu/internet2/middleware/security/CredentialHelper.java?rev=350&r1=349&r2=350&view=diff
==============================================================================
--- xmlsectool/trunk/src/main/java/edu/internet2/middleware/security/CredentialHelper.java (original)
+++ xmlsectool/trunk/src/main/java/edu/internet2/middleware/security/CredentialHelper.java Tue Mar 12 18:45:06 2013
@@ -171,8 +171,8 @@
LOG.error("Keystore provider class does not provide a default, no-argument, constructor");
System.exit(1);
} catch (Exception e) {
- LOG.error("Unable to read PKCS12 keystore", e);
- throw new IOException("Unable to read PKCS12 keystore", e);
+ LOG.error("Unable to read PKCS11 keystore", e);
+ throw new IOException("Unable to read PKCS11 keystore", e);
}
LOG.debug("Initializing PKCS11 keystore");
More information about the commits
mailing list