Methods in org.glite.security.voms that return VOMSValidator |
VOMSValidator |
VOMSValidator.setClientChain(java.security.cert.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.parse()
Deprecated. use the parse(X509Certificate[]) instead |
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. |