com.gridsystems.innergrid.api
Class AcceptCertificateOfSystemKeyStore

java.lang.Object
  extended by com.gridsystems.innergrid.api.AcceptCertificateOfKeyStore
      extended by com.gridsystems.innergrid.api.AcceptCertificateOfSystemKeyStore
All Implemented Interfaces:
SSLConnectionInfo

public class AcceptCertificateOfSystemKeyStore
extends AcceptCertificateOfKeyStore

SSLConnectionInfo implementation to accept any certificate from the system keystore file, stored in $JAVAHOME/jre/lib/security/cacerts.

Version:
2.0
Author:
Xmas, Rodrigo Ruiz

Field Summary
static char SEP
          File separator char.
 
Constructor Summary
AcceptCertificateOfSystemKeyStore()
          Constructor.
 
Method Summary
static java.io.File getSystemKeyStore()
          Gets the system keystore file.
static java.lang.String getSystemKeyStorePath()
           
 
Methods inherited from class com.gridsystems.innergrid.api.AcceptCertificateOfKeyStore
getKeystore, getKeystoreFile, getKeystorePassword, getSSLSocketFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEP

public static final char SEP
File separator char.

Constructor Detail

AcceptCertificateOfSystemKeyStore

public AcceptCertificateOfSystemKeyStore()
Constructor.

Method Detail

getSystemKeyStorePath

public static java.lang.String getSystemKeyStorePath()
Returns:
Return Path to SystemKeyStore.

getSystemKeyStore

public static java.io.File getSystemKeyStore()
Gets the system keystore file.

Returns:
Keystore file


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.