uk.ac.soton.itinnovation.grid.client.ogsadai
Class OgsaDaiSSLHelper
java.lang.Object
uk.ac.soton.itinnovation.grid.client.ogsadai.OgsaDaiSSLHelper
public class OgsaDaiSSLHelper
- extends Object
Small helper class for setting up SSL properties.
Developers using the OGSA-DAI client libraries should call the
setupKeystore() method at the start of their application.
|
Method Summary |
static void |
setupKeystore()
Reads the crypto.properties file in your application's classpath
and configures Java's SSL classes to use the specified keystore. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OgsaDaiSSLHelper
public OgsaDaiSSLHelper()
setupKeystore
public static void setupKeystore()
- Reads the crypto.properties file in your application's classpath
and configures Java's SSL classes to use the specified keystore.
This should be called once at the start of your application.
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.