Integrations
Integrations
Section titled “Integrations”Integrate the QCecuring Code Signing Platform into your development tools and workflows.
Integration Guides
Section titled “Integration Guides”- Windows SignTool - Sign Windows executables with SignTool + KSP or Agent
- Jarsigner - Sign Java JARs with Jarsigner + PKCS#11
- Container Signing - Sign Docker/OCI container images
- CI/CD - GitHub Actions, GitLab CI, Jenkins
- Build Plugins - Maven and Gradle plugins
Integration Methods
Section titled “Integration Methods”API-Based
Section titled “API-Based”Call the platform REST API directly from your tools:
curl -X POST "https://signing.example.com/api/sign/requests" \ -H "Authorization: Bearer $API_KEY" \ -d '{"file":"myapp.exe","keyAlias":"production-key"}'Agent-Based
Section titled “Agent-Based”Use a local signing agent for high performance:
qcecuring-sign --file myapp.exe --key production-keyNative Integration
Section titled “Native Integration”Use platform-provided integrations:
- KSP for Windows SignTool
- PKCS#11 for Jarsigner
- Maven/Gradle plugins