Uses of Class
org.globus.delegationService.CertType

Packages that use CertType
org.globus.delegationService   
 

Uses of CertType in org.globus.delegationService
 

Fields in org.globus.delegationService declared as CertType
private  CertType RPSet.certificateChain
           
 

Methods in org.globus.delegationService that return CertType
 CertType RPSet.getCertificateChain()
          Gets the certificateChain value for this RPSet.
 

Methods in org.globus.delegationService with parameters of type CertType
 void RPSet.setCertificateChain(CertType certificateChain)
          Sets the certificateChain value for this RPSet.
 

Constructors in org.globus.delegationService with parameters of type CertType
RPSet(CertType certificateChain)