Uses of Class
org.globus.gsi.proxy.ext.ProxyCertInfo
Packages that use ProxyCertInfo
Package
Description
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 ProxyCertInfoModifier and TypeMethodDescriptionstatic ProxyCertInfo
BouncyCastleUtil.getProxyCertInfo
(org.bouncycastle.asn1.x509.TBSCertificateStructure crt) static ProxyCertInfo
BouncyCastleUtil.getProxyCertInfo
(org.bouncycastle.asn1.x509.X509Extension ext) Creates aProxyCertInfo
object from given extension. -
Uses of ProxyCertInfo in org.globus.gsi.proxy
Methods in org.globus.gsi.proxy with parameters of type ProxyCertInfoModifier and TypeMethodDescriptionvoid
IgnoreProxyPolicyHandler.validate
(ProxyCertInfo proxyCertInfo, CertPath certPath, int index) void
ProxyPolicyHandler.validate
(ProxyCertInfo proxyCertInfo, CertPath certPath, int index) -
Uses of ProxyCertInfo in org.globus.gsi.proxy.ext
Methods in org.globus.gsi.proxy.ext that return ProxyCertInfoModifier and TypeMethodDescriptionstatic ProxyCertInfo
ProxyCertInfo.getInstance
(Object obj) Returns an instance ofProxyCertInfo
from given object.Constructors in org.globus.gsi.proxy.ext with parameters of type ProxyCertInfoModifierConstructorDescription -
Uses of ProxyCertInfo in org.globus.gsi.util
Methods in org.globus.gsi.util that return ProxyCertInfoModifier and TypeMethodDescriptionstatic 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 ProxyCertInfoMethods in org.globus.tools with parameters of type ProxyCertInfo