Package br.ufsc.labsec.signature.signer
Interface SignerParameters
public interface SignerParameters
-
Method Summary
Modifier and Type Method Description StringgetEtsiuEncod()org.json.JSONObjectgetExtraAttributes()List<byte[]>getFile(String key)StringgetParameter(String key)Optional<PadesVisualInfo>getPdfVisualInfo(String filename)Optional<org.json.JSONObject>getTransformInfo()Optional<TsaInfo.TsaAuthInfo>getTsaAuthInfo()StringgetXpath(String filename)booleanisSignWithChosenAttributes()
-
Method Details
-
getParameter
-
getExtraAttributes
org.json.JSONObject getExtraAttributes() -
isSignWithChosenAttributes
boolean isSignWithChosenAttributes() -
getFile
- Throws:
IOException
-
getPdfVisualInfo
-
getTsaAuthInfo
Optional<TsaInfo.TsaAuthInfo> getTsaAuthInfo() -
getXpath
-
getEtsiuEncod
String getEtsiuEncod() -
getTransformInfo
Optional<org.json.JSONObject> getTransformInfo()
-