org.glite.voms
Class Namespace
java.lang.Object
org.glite.voms.Namespace
public class Namespace
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Namespace
public Namespace(File f)
throws IOException
- Throws:
IOException
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.