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