public class LSCFile
extends java.lang.Object
| Constructor and Description |
|---|
LSCFile(java.io.File f)
Loads a *.lsc file from a File
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
getDNLists()
Returns the allowed subject/issuer DN sequences for this file.
|
java.lang.String |
getName()
Returns the basename of the file from which this was loaded.
|
public LSCFile(java.io.File f)
throws java.io.IOException
f - the file to load fromjava.io.IOException - if there are problems loading the file.public java.lang.String getName()
public java.util.Vector getDNLists()
Copyright © 2013. All Rights Reserved.