org.nhindirect.stagent.cert.tools.certgen
Class CertLoader

java.lang.Object
  extended by org.nhindirect.stagent.cert.tools.certgen.CertLoader

public class CertLoader
extends Object

Loads certificates and associated private key files from the file system. Passwords are optional, but must be presend if the private key file is encrypted.

Author:
Greg Meyer

Constructor Summary
CertLoader()
           
 
Method Summary
static CertCreateFields loadCertificate(File certFile, File keyFile, char[] password)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertLoader

public CertLoader()
Method Detail

loadCertificate

public static CertCreateFields loadCertificate(File certFile,
                                               File keyFile,
                                               char[] password)
                                        throws Exception
Throws:
Exception


Copyright © 2010-2014 NHIN Direct. All Rights Reserved.