Schnittstelle CertificateInfoFactory
public interface CertificateInfoFactory
An interface for classes that can produce an instance of certificate info
with the help of factory method getCertificateInfo(Engine).
- Seit:
- 9.1
-
Methodenübersicht
Modifikator und TypMethodeBeschreibunggetCertificateInfo(Engine eng) Returns a certificate info that is fully initialized and holds all the information needed to produce a signature.
-
Methodendetails
-
getCertificateInfo
Returns a certificate info that is fully initialized and holds all the information needed to produce a signature.- Parameter:
eng- Engine containing parameters, necessary to retrieve a signature settings.- Gibt zurück:
- instance of CertificateInfo or null if the certificate info could not be created.
- Seit:
- 9.1
-