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.gsi.util   
org.globus.tools Contains higher-level components which utilize the jGlobus library. 
 

Uses of ProxyCertInfo in org.globus.gsi.bc
 

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

Uses of ProxyCertInfo in org.globus.gsi.proxy
 

Methods in org.globus.gsi.proxy with parameters of type ProxyCertInfo
 void IgnoreProxyPolicyHandler.validate(ProxyCertInfo proxyCertInfo, java.security.cert.CertPath certPath, int index)
           
 void ProxyPolicyHandler.validate(ProxyCertInfo proxyCertInfo, java.security.cert.CertPath 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(java.lang.Object obj)
          Returns an instance of ProxyCertInfo from given object.
 

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

Uses of ProxyCertInfo in org.globus.gsi.util
 

Methods in org.globus.gsi.util that return ProxyCertInfo
static ProxyCertInfo ProxyCertificateUtil.getProxyCertInfo(org.bouncycastle.asn1.x509.TBSCertificateStructure crt)
           
static ProxyCertInfo ProxyCertificateUtil.getProxyCertInfo(org.bouncycastle.asn1.x509.X509Extension ext)
           
 

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)
           
 



Copyright © 2013. All Rights Reserved.