perfsonar-dev - perfsonar: r3229 - in trunk/perfsonar_base: ant src/main/java/org/perfsonar/base/auxiliary/components/authn
Subject: perfsonar development work
List archive
perfsonar: r3229 - in trunk/perfsonar_base: ant src/main/java/org/perfsonar/base/auxiliary/components/authn
Chronological Thread
- From:
- To:
- Subject: perfsonar: r3229 - in trunk/perfsonar_base: ant src/main/java/org/perfsonar/base/auxiliary/components/authn
- Date: Tue, 15 Jan 2008 03:55:33 -0500
Author: rodriguez
Date: 2008-01-15 03:55:32 -0500 (Tue, 15 Jan 2008)
New Revision: 3229
Modified:
trunk/perfsonar_base/ant/const.properties
trunk/perfsonar_base/src/main/java/org/perfsonar/base/auxiliary/components/authn/DynamicCrypto.java
Log:
Adding another constructor
Modified: trunk/perfsonar_base/ant/const.properties
===================================================================
--- trunk/perfsonar_base/ant/const.properties 2008-01-14 16:52:46 UTC (rev
3228)
+++ trunk/perfsonar_base/ant/const.properties 2008-01-15 08:55:32 UTC (rev
3229)
@@ -13,4 +13,4 @@
# name of jar file to be created
jarfilename=perfsonar-base
# version of the product (will be included in the final name of jar file)
-version=1.0.20080114
+version=1.0.20080115
Modified:
trunk/perfsonar_base/src/main/java/org/perfsonar/base/auxiliary/components/authn/DynamicCrypto.java
===================================================================
---
trunk/perfsonar_base/src/main/java/org/perfsonar/base/auxiliary/components/authn/DynamicCrypto.java
2008-01-14 16:52:46 UTC (rev 3228)
+++
trunk/perfsonar_base/src/main/java/org/perfsonar/base/auxiliary/components/authn/DynamicCrypto.java
2008-01-15 08:55:32 UTC (rev 3229)
@@ -53,6 +53,11 @@
throw new CredentialException(3, "cryptError00", e);
}
}
+
+ public DynamicCrypto(KeyStore ks) {
+ properties=new Properties();
+ this.keystore=ks;
+ }
public String getAliasForX509Cert(Certificate cert)
throws WSSecurityException {
- perfsonar: r3229 - in trunk/perfsonar_base: ant src/main/java/org/perfsonar/base/auxiliary/components/authn, svnlog, 01/15/2008
Archive powered by MHonArc 2.6.16.