|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.util.TrustDirHandler
public class TrustDirHandler
The class that handles the trust directory, currently provides a method to list all the CA certificates.
Field Summary | |
---|---|
java.util.regex.Pattern |
caPattern
The CA file pattern |
Constructor Summary | |
---|---|
TrustDirHandler(java.lang.String dir)
Generates a new handler for the trust directory. |
Method Summary | |
---|---|
java.io.File[] |
getCAs()
Lists the CA files. |
void |
init()
Reads the directory as a preparation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.util.regex.Pattern caPattern
Constructor Detail |
---|
public TrustDirHandler(java.lang.String dir)
dir
- The directory containing the trust anchors, crls and namespace files.Method Detail |
---|
public void init() throws java.io.IOException
java.io.IOException
public java.io.File[] getCAs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |