com.inet.report.certificate
Interface CertificateInfoFactory
public interface CertificateInfoFactory
An interface for classes that can produce an instance of certificate info
with the help of factory method getCertificateInfo(Engine).
- Since:
- 9.1
getCertificateInfo
CertificateInfo getCertificateInfo(Engine eng)
- Returns a certificate info that is fully initialized
and holds all the information needed to produce a signature.
- Parameters:
eng - Engine containing parameters, necessary to retrieve a signature settings.
- Returns:
- instance of CertificateInfo or null if the certificate info could not be created.
- Since:
- 9.1
Copyright © 1999-2011 by i-net software GmbH