Uses of Class
org.globus.gsi.proxy.ext.ProxyCertInfo

Packages that use ProxyCertInfo
org.globus.gsi.bc   
org.globus.gsi.proxy   
org.globus.gsi.proxy.ext   
org.globus.tools Contains higher-level components which utilize the CoG Kit. 
 

Uses of ProxyCertInfo in org.globus.gsi.bc
 

Methods in org.globus.gsi.bc that return ProxyCertInfo
static ProxyCertInfo BouncyCastleUtil.getProxyCertInfo(X509Extension ext)
          Creates a ProxyCertInfo object from given extension.
static ProxyCertInfo BouncyCastleUtil.getProxyCertInfo(TBSCertificateStructure crt)
           
 

Methods in org.globus.gsi.bc with parameters of type ProxyCertInfo
 X509Certificate BouncyCastleCertProcessingFactory.createProxyCertificate(X509Certificate issuerCert, PrivateKey issuerKey, PublicKey publicKey, int lifetime, int proxyType, ProxyCertInfo proxyCertInfo, String cnValue)
          Deprecated. Please use createProxyCertificate() instead. The ProxyCertInfo parameter can be passed in the X509ExtensionSet using ProxyCertInfoExtension class.
 GlobusCredential BouncyCastleCertProcessingFactory.createCredential(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, int delegationMode, ProxyCertInfo proxyCertInfoExt, String cnValue)
          Deprecated. Please use createCredential() instead. The ProxyCertInfo parameter can be passed in the X509ExtensionSet using ProxyCertInfoExtension class.
 GlobusCredential BouncyCastleCertProcessingFactory.createCredential(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, int delegationMode, ProxyCertInfo proxyCertInfoExt)
          Deprecated.  
 X509Certificate BouncyCastleCertProcessingFactory.createCertificate(InputStream certRequestInputStream, X509Certificate cert, PrivateKey privateKey, int lifetime, int delegationMode, ProxyCertInfo proxyCertInfoExt, String cnValue)
          Deprecated. Please use createCertificate() instead. The ProxyCertInfo parameter can be passed in the X509ExtensionSet using ProxyCertInfoExtension class.
 X509Certificate BouncyCastleCertProcessingFactory.createCertificate(InputStream certRequestInputStream, X509Certificate cert, PrivateKey privateKey, int lifetime, int delegationMode, ProxyCertInfo proxyCertInfoExt)
          Deprecated.  
 

Uses of ProxyCertInfo in org.globus.gsi.proxy
 

Methods in org.globus.gsi.proxy with parameters of type ProxyCertInfo
 void ProxyPolicyHandler.validate(ProxyCertInfo proxyCertInfo, X509Certificate[] certPath, int index)
           
 void IgnoreProxyPolicyHandler.validate(ProxyCertInfo proxyCertInfo, X509Certificate[] certPath, int index)
           
 

Uses of ProxyCertInfo in org.globus.gsi.proxy.ext
 

Methods in org.globus.gsi.proxy.ext that return ProxyCertInfo
static ProxyCertInfo ProxyCertInfo.getInstance(Object obj)
          Returns an instance of ProxyCertInfo from given object.
 

Constructors in org.globus.gsi.proxy.ext with parameters of type ProxyCertInfo
ProxyCertInfoExtension(ProxyCertInfo value)
           
GlobusProxyCertInfoExtension(ProxyCertInfo value)
           
 

Uses of ProxyCertInfo in org.globus.tools
 

Fields in org.globus.tools declared as ProxyCertInfo
protected  ProxyCertInfo ProxyInit.proxyCertInfo
           
 

Methods in org.globus.tools with parameters of type ProxyCertInfo
 void ProxyInit.setProxyCertInfo(ProxyCertInfo proxyCertInfo)