Package 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
-
Method Summary
Modifier and TypeMethodDescriptiongetCertificateInfo
(Engine eng) Returns a certificate info that is fully initialized and holds all the information needed to produce a signature.
-
Method Details
-
getCertificateInfo
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
-