uk.ac.soton.itinnovation.grid.client.ogsadai
Class OgsaDaiSSLHelper

java.lang.Object
  extended by 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.


Constructor Summary
OgsaDaiSSLHelper()
           
 
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
 

Constructor Detail

OgsaDaiSSLHelper

public OgsaDaiSSLHelper()
Method Detail

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.