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 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