#The default provider jsr105Provider=org.jcp.xml.dsig.internal.dom.XMLDSigRI #xml document to be signed input.doc=./etc/invoice.xml #xml signature document output.doc=./etc/signature.xml #Sign the input document sign.program=com.company.xml.dsig.Sign #Tamper the signature tamper.program=com.company.xml.dsig.Tamper #If true, tamper the Reference - creditcard number; else tamper the SignatureValue tamper.ref=true #Core validate the signature validate.program=com.company.xml.dsig.Validate #Retrieve certificate information certInfo.program=com.company.xml.dsig.CertificateInfo #Certificate file cert.file=./etc/biz.cer #Retrieve keystore information ksInfo.program=com.company.xml.dsig.KeyStoreInfo #keystore ks.file=./etc/bizkeystore #store password ks.sPass=sp1234 #key password ks.kPass=kp1234 #key alias ks.alias=biz