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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificateInfo
getCertificateInfo(Engine eng)
Returns a certificate info that is fully initialized and holds all the information needed to produce a signature.
-
-
-
Method Detail
-
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
-
-