Configuraciones de ejemplo

Política con certificado por defecto

{
  "policies": [
    {
      "evidences": [
        {
          "type": "SIGNATURE | FINGERPRINT | IMAGE",
          "helpText": "Evidencia del usuario",
          "typeFormatSign": "XADES_B | XADES_T | XADES_LT | XADES_LTA",
          "positions": [
            {
              "rectangle": {
                "x": 75,
                "y": 75,
                "width": 100,
                "height": 50
              },
              "page": 1
            }
          ]
        }
      ],
      "signatures": [
        {
          "type": "SERVER",
          "helpText": "Firma del usuario",
          "typeFormatSign": "PADES_B | PADES_T | PADES_LT | PADES_LTA"
        }
      ],
      "checklist": [
          {
            "helpText": "Requiere aprobación del responsable",
            "validateCode": "12345",
            "signature": {
                "type": "SERVER",
                "helpText": "Firma del usuario",
                "typeFormatSign": "PADES_B | PADES_T | PADES_LT | PADES_LTA"
            }
          }
        ]
    }
  ]
}

Política con certificado configurado

{
  "policies": [
    {
      "evidences": [
        {
          "type": "SIGNATURE | FINGERPRINT | IMAGE",
          "helpText": "Evidencia del usuario",
          "typeFormatSign": "XADES_B | XADES_T | XADES_LT | XADES_LTA",
          "certificateAlias": "documents",
          "certificatePassword": "12345",
          "encryptionKeyAlias": "documents-cipher",
          "positions": [
            {
              "rectangle": {
                "x": 75,
                "y": 75,
                "width": 100,
                "height": 50
              },
              "page": 1
            }
          ]
        }
      ],
      "signatures": [
        {
          "type": "SERVER",
          "helpText": "Firma del usuario",
          "certificateAlias": "documents",
          "certificatePassword": "12345",
          "typeFormatSign": "PADES_B | PADES_T | PADES_LT | PADES_LTA"
        }
      ],
      "checklist": [
          {
            "helpText": "Requiere aprobación del responsable",
            "validateCode": "12345",
            "signature": {
                "type": "SERVER",
                "helpText": "Firma del usuario",
                "certificateAlias": "documents",
                "certificatePassword": "12345",
                "typeFormatSign": "PADES_B | PADES_T | PADES_LT | PADES_LTA"
            }
          }
        ]
    }
  ]
}

Plantillas de ejemplo

results matching ""

    No results matching ""