Interface SignerFactoryRegister

    • Method Detail

      • getSupportedSignerTypes

        Set<String> getSupportedSignerTypes()
        Retrieves the types of supported signers.
        Returns:
        lower-case types of supported signers, never null.
      • newSigner

        ConcurrentContentSigner newSigner​(SecurityFactory securityFactory,
                                          String type,
                                          SignerConf conf,
                                          X509Cert[] certificateChain)
                                   throws org.xipki.util.exception.ObjectCreationException
        Parameters:
        securityFactory - Security factory. Must not be null.
        type - Type of the signer. Must not be null.
        conf - Configuration. Must not be null.
        certificateChain - Certificate chain. Could be null-
        Returns:
        new signer.
        Throws:
        org.xipki.util.exception.ObjectCreationException - If signer could not be created.