signing

How can I lock a PDF document after signing it?

偶尔善良 提交于 2019-12-02 06:06:44
Adobe Acrobat has the option to lock the PDF document after signing it. This changes the document permissions so that Acrobat does not offer signing the document again or modifying annotations or forms. This seems like a reasonable action to do after a document has been signed for review by multiple entities and finally for release by someone responsible. iTextSharp can also sign documents, and it can also add further signatures to an already signed document. iTextSharp basically also can set the document's permissions, but somehow I can't get it to set the same permissions as Acrobat X Pro

WSO2 signing system service app

£可爱£侵袭症+ 提交于 2019-12-02 05:46:56
I want to setup all my devices as COPE. WSO2 EMM setup is complete and working fine. Only thing is left is to sign the system service application with the firmware key. I am using Google devices only (Android one, Motorola G2). From where I can find the key and password to sign the application. Is there any other alternative way to get the application signed? As per documentation, "Sign the application via the device firmware signing key. If you don’t have access to the firmware signing key, you have to get the system application signed via your device vendor." But I am not able to find the

PDF/A signed with iText7 allows changing attached documents without breaking a signature

大城市里の小女人 提交于 2019-12-02 04:06:33
I have created a PDF/A document using iText7. The created document has an attachment (). The attachment is a .csv file. Then the whole PDF/A has been signed. I have opened the attached .csv file and changed it after I have signed it. I have used following code to verify the signature: public PdfPKCS7 verifySignature(SignatureUtil util, String name) throws GeneralSecurityException, IOException { System.out.println("Signature covers whole document: " + util.signatureCoversWholeDocument(name)); System.out.println("Document revision: " + util.getRevision(name) + " of " + util.getTotalRevisions());

Common Signing tool for java mobiles

≡放荡痞女 提交于 2019-12-02 03:33:53
Can anyone tell me what is the common signing tools used by almost all java mobile vendors like Samsung, Sony, Nokia, Micromax, Moto and so on. AFAIK, Thawte , Verisign and Java verified supports most of the devices. But all are cost. Once I was chatted with Thawte and Verisign technical team for this purpose. They said most of the devices will support after signing the application. But they don't have supported mobile model list. Better you can go with Thawte. 来源: https://stackoverflow.com/questions/6649215/common-signing-tool-for-java-mobiles

ITextSharp SetVisibleSignature not working as expected

天涯浪子 提交于 2019-12-02 00:20:11
问题 So I have been working with the Java implementation of IText, but now I'm pretty much writing a port of our signing process to C#, and I've hit a snag. So when im signing my document using the SetVisibleSignature(rect, page, name) overload, it signs the document as expected(as long as the signature field does not exist), but when i use the overload SetVisibleSignature(name) to sign an existing field, it does not actually sign the document. Am I doing something stupid perhaps and missing

.Net Programmatically Sign PKCS#10 Request with Bouncy Castle

半城伤御伤魂 提交于 2019-12-01 17:56:32
We have a valid PKCS#10 Certificate Request generated on the Client using CertEnroll. Now we need to sign it and return the result to the Client, where CertEnroll will handle the local Certificate Store stuff. This is a B2B application and the root signing certificate will be self-generated or we can use our existing Thawte SSL cert. The Server (2008) does not have Active Directory running and we don't want to create a stand-alone signing infrastructure/service for this unless absolutely necessary. There is no need for revocation etc. - we want to do it programmatically. I would be happy to

App Submission Error - Invalid binary - Invalid Code Signing Error

无人久伴 提交于 2019-12-01 14:50:42
问题 Invalid Code Signing Entitlements - Your application bundle's signature contains ubiquity code signing entitlements that are not supported. Specifically, value "( X49XXXS5Q.* )" for key "com.apple.developer.ubiquity-container-identifiers" in is not supported. The key happens to be my distribution id. 回答1: Yes that is the correct answer! steps to correct: Find you app id in the portal - dis-able the iCloud. Create a new provisioning profile download it delete the prior profile replace it with

Windows thinks signed installer is malware after security update (KB3124605)

痞子三分冷 提交于 2019-12-01 09:28:21
2 Years ago @Dejan Maksimovic asked a question about Internet Explorer shows valid certificate as “corrupt or invalid signature” . To date I am experiencing a comparable issue with an installer that needs elevated rights. The problem seems to be of the same origin but then for KB3124605 . Installer is signed using signtool and certificate is valid until August 2016. When I installed a cumulative update containing this patch Windows SmartScreen tells me that the publisher is unknown, but when I uninstall the Security update, Windows seems to be able to distinguish the publisher (the one that is

Verify and Sign a Jar programmatically

大城市里の小女人 提交于 2019-12-01 08:36:07
I am new to this topic, therefore I hope I use the right vocabulary. Is it possible to get the possibility of Jarsigner within Java self? I need the possibility to do the following things programatically: verify if a jar is signed with a certain private key from a keystore if the jar is verified: unsign the jar sign the jar with another private key from an official certificate authority, which is in the same or in another keystore In pseudo-code I imagine something like this: JarVerifier verifier = new JarVerifier(/*all needed parameters like the location of the keystore*/); verifier.verify

How to sign java applet with .pfx file?

好久不见. 提交于 2019-12-01 07:41:21
I was trying to sign a jar applet archive with our company .pfx certificate using this guide (and few others from the internet): http://www.globalsign.com/support/ordering-guides/SignJavaCodeAppletsPFX.pdf Everything seems to be fine, but when I try t run apple through the browser I see that 'Publisher' is UNKNOWN (untrusted). And when I go to details I'm able to see proper company name and certificate vendor (GlobalSign). Why it's not properly displayed as known/trusted? The one thing which looks suspicious to me is output of command jarsigner -verify -verbose -certs Applet.jar: (...) sm 1936