Uses of Class
org.glite.voms.VOMSValidator

Packages that use VOMSValidator
org.glite.voms   
 

Uses of VOMSValidator in org.glite.voms
 

Methods in org.glite.voms that return VOMSValidator
 VOMSValidator VOMSValidator.parse()
          Deprecated. use the parse(X509Certificate[]) instead
 VOMSValidator VOMSValidator.setClientChain(X509Certificate[] validatedChain)
          Convenience method: enables you to reuse a VOMSValidator instance for another client chain, thus avoiding overhead in instantiating validators and trust stores and other potentially expensive operations.
 VOMSValidator VOMSValidator.validate()
          Parses the assumed-validated certificate chain (which may also include proxy certs) for any occurances of VOMS extensions containing attribute certificates issued to the end entity in the certificate chain.
 



Copyright © 2012. All Rights Reserved.