org.glite.security.voms.ac
Interface ACTrustStore

All Known Implementing Classes:
BasicVOMSTrustStore

Deprecated. This class is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead.

public interface ACTrustStore

Author:
mulmo

Method Summary
 java.security.cert.X509Certificate[] getAACandidate(javax.security.auth.x500.X500Principal issuer)
          Deprecated. Returns an array of issuer candidates, by performing a name comparison of the AC's issuer and the subject names of the certificates in the trust store.
 

Method Detail

getAACandidate

java.security.cert.X509Certificate[] getAACandidate(javax.security.auth.x500.X500Principal issuer)
Deprecated. 
Returns an array of issuer candidates, by performing a name comparison of the AC's issuer and the subject names of the certificates in the trust store.
NOTE: No actual verification or validation of signature takes place in this function.

Parameters:
ac - the attribute certificate to find an issuer for. If null, all known AAs will be returned.
Returns:
an array of issuer candidates, or null in case of an error.