mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Updating Smack to include PKCS naming changes, and renamed things appropriately in Spark code itself.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9693 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
dhenninger
parent
1b1798a984
commit
518bcb21b4
@ -826,7 +826,7 @@ public final class LoginDialog {
|
||||
SASLAuthentication.supportSASLMechanism("EXTERNAL");
|
||||
config.setKeystoreType(localPref.getPKIStore());
|
||||
if(localPref.getPKIStore().equals("PKCS11")) {
|
||||
config.setPKCSConfig(localPref.getPKCSConfig());
|
||||
config.setPKCS11Library(localPref.getPKCS11Library());
|
||||
}
|
||||
else if(localPref.getPKIStore().equals("JKS")) {
|
||||
config.setKeystoreType("JKS");
|
||||
|
||||
Reference in New Issue
Block a user