diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-12-12 12:46:58 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-12-12 12:46:58 +0100 |
commit | bb88a94c829fbdb172b3edcecaa9fa441035d47d (patch) | |
tree | 0ef4749ec58f5f767ee370b72bf681d9b311bb7e /pdf-as-lib/src/configuration | |
parent | 40fc290721a9ab0c7a815dc60ea965d615860f21 (diff) | |
download | pdf-as-4-bb88a94c829fbdb172b3edcecaa9fa441035d47d.tar.gz pdf-as-4-bb88a94c829fbdb172b3edcecaa9fa441035d47d.tar.bz2 pdf-as-4-bb88a94c829fbdb172b3edcecaa9fa441035d47d.zip |
Small changes
Diffstat (limited to 'pdf-as-lib/src/configuration')
-rw-r--r-- | pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_SMALL_EN.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_SMALL_EN.properties b/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_SMALL_EN.properties index 903ef549..ce21a3ab 100644 --- a/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_SMALL_EN.properties +++ b/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_SMALL_EN.properties @@ -13,6 +13,8 @@ sig_obj.SIGNATURBLOCK_SMALL_EN.key.SIG_META=Verification sig_obj.SIGNATURBLOCK_SMALL_EN.key.SIG_NOTE=Note
sig_obj.SIGNATURBLOCK_SMALL_EN.value.SIG_SUBJECT=${subject.T != null ? (subject.T + " ") : ""}${subject.CN}
+sig_obj.SIGNATURBLOCK_SMALL_EN.value.SIG_ISSUER=${issuer.T != null ? (issuer.T + " ") : ""}${issuer.CN}
+sig_obj.SIGNATURBLOCK_SMALL_EN.value.SIG_NUMBER=${sn}
sig_obj.SIGNATURBLOCK_SMALL_EN.pos=f:80;w:260
sig_obj.SIGNATURBLOCK_SMALL_EN.adobeSignFieldValue=PDF-AS Signature
|