org.glite.voms
Class Namespace

java.lang.Object
  extended by org.glite.voms.Namespace

public class Namespace
extends Object


Constructor Summary
Namespace(File f)
           
 
Method Summary
 int findIssuer(X509Certificate issuer)
           
 int findIssuer(X509Certificate issuerCert, int previous)
           
 String getIssuer()
           
 String getName()
           
 boolean getPermit()
           
 String getSubject()
           
 void setCurrent(int index)
          Sets the indicate record as the current record.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Namespace

public Namespace(File f)
          throws IOException
Throws:
IOException
Method Detail

getName

public String getName()

findIssuer

public int findIssuer(X509Certificate issuer)

findIssuer

public int findIssuer(X509Certificate issuerCert,
                      int previous)

setCurrent

public void setCurrent(int index)
Sets the indicate record as the current record.

Parameters:
index - the record number
Throws:
IllegalArgumentException - if the record number is too great or < 0.

getIssuer

public String getIssuer()

getSubject

public String getSubject()

getPermit

public boolean getPermit()


Copyright © 2013. All Rights Reserved.