jsdsi.ldap
Class LDAPLoader

java.lang.Object
  extended byjsdsi.ldap.LDAPLoader

public class LDAPLoader
extends java.lang.Object

Version:
$Revision: 1.7 $ $Date: 2004/11/08 12:08:08 $
Author:
Lu�s Pedro
See Also:
Loader

Constructor Summary
LDAPLoader(java.lang.String filename, LDAPParameters params)
          Creates a new LDAPLoader from a given filename and LDAPParameters
 
Method Summary
 java.util.Collection getKeys()
           
 java.util.Collection getNames()
           
 void loaderOut(java.lang.String filename, java.util.Collection certs)
          Writes to file a collection of spki based certificates
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPLoader

public LDAPLoader(java.lang.String filename,
                  LDAPParameters params)
           throws java.io.IOException
Creates a new LDAPLoader from a given filename and LDAPParameters

Parameters:
filename - filename to read the certificates from
params - ldap parameters
Throws:
java.io.IOException - if an error occurs reading the file filename
Method Detail

loaderOut

public void loaderOut(java.lang.String filename,
                      java.util.Collection certs)
Writes to file a collection of spki based certificates

Parameters:
filename - filename to write the certificates
certs - collection of certificates

getKeys

public java.util.Collection getKeys()
See Also:
Loader.getKeys()

getNames

public java.util.Collection getNames()
See Also:
Loader.getNames()


Copyright © 2002-2006 JSDSI. All Rights Reserved.