org.globus.gsi.provider
Class GlobusTrustManagerFactoryParameters

java.lang.Object
  extended by org.globus.gsi.provider.GlobusTrustManagerFactoryParameters
All Implemented Interfaces:
javax.net.ssl.ManagerFactoryParameters

public class GlobusTrustManagerFactoryParameters
extends java.lang.Object
implements javax.net.ssl.ManagerFactoryParameters


Constructor Summary
GlobusTrustManagerFactoryParameters(java.security.KeyStore initTrustStore, java.security.cert.CertStore initCRLStore, SigningPolicyStore initPolicyStore, boolean initRejectLimitedProxy)
           
GlobusTrustManagerFactoryParameters(java.security.KeyStore initTrustStore, java.security.cert.CertStore initCRLStore, SigningPolicyStore initPolicyStore, boolean initRejectLimitedProxy, java.util.Map<java.lang.String,ProxyPolicyHandler> handlers)
           
 
Method Summary
 X509ProxyCertPathParameters getCertPathParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobusTrustManagerFactoryParameters

public GlobusTrustManagerFactoryParameters(java.security.KeyStore initTrustStore,
                                           java.security.cert.CertStore initCRLStore,
                                           SigningPolicyStore initPolicyStore,
                                           boolean initRejectLimitedProxy)

GlobusTrustManagerFactoryParameters

public GlobusTrustManagerFactoryParameters(java.security.KeyStore initTrustStore,
                                           java.security.cert.CertStore initCRLStore,
                                           SigningPolicyStore initPolicyStore,
                                           boolean initRejectLimitedProxy,
                                           java.util.Map<java.lang.String,ProxyPolicyHandler> handlers)
Method Detail

getCertPathParameters

public X509ProxyCertPathParameters getCertPathParameters()


Copyright © 2013. All Rights Reserved.