org.nhindirect.stagent.cert.tools.certgen
Class CertLoader
java.lang.Object
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
CertLoader
public CertLoader()
loadCertificate
public static CertCreateFields loadCertificate(File certFile,
File keyFile,
char[] password)
throws Exception
- Throws:
Exception
Copyright © 2010-2014 NHIN Direct. All Rights Reserved.