Signature represents the parameter profile of a subprogram (function or procedure). It consists of number, type and order of its parameters.
0
votes
0answers
3 views
How to find the type of exported data
Given a .def file, how is it possible to know the type and structure\signature of the exported data ?
For example in ntoskrnl.def an export called "KeServiceDescriptorTable" exists.
How Am I able to ...
0
votes
0answers
29 views
PDF TimeStamping - Validation problems - Vb.net-Java-TSA-iText-Bouncy
I have a pair of pdf signature modules (adbe.pkcs.sha1), written in Java and Vb.net, using Bouncycastle, AbcPdf, and iText 2.1.7 libraries.
That modules add a timestamp token to the digital ...
0
votes
0answers
17 views
Windows 7 CNG provider for certificate signature verification
I'm working on my own signature CNG provider and I want to be able to verify signatures in certificates with the help of it.
I have downloaded Cryptographic Provider Development Kit, there are some ...
0
votes
1answer
88 views
Haskell - implement a function for a given signature
I have to implement an example function with following signature:
[[([Char], a, b)]] -> (a -> b -> Char) -> ([Char], b -> a -> Char)
So I attempt this way:
funcD ...
0
votes
0answers
15 views
cloudstack api url is generated but the xml is showing error
I'm using Flex Builder 4 for requesting cloudstack APIs and for getting response. when i execute the program the url is generated. But the webpage is showing error like
<?xml version="1.0" ...
-7
votes
0answers
29 views
Add a draw input in PHP [closed]
I want to add a draw input for PHP.
So when on a iPhone the person can draw/write in a box, when the save button has been pressed I want to to save as a jpg or image type.
Thanks,
-1
votes
0answers
8 views
Where can I find a free virus signature database? [closed]
Where can I find a free virus signature database ?
I searched a lot but I can't find anything .
I need that for my university anti-virus project .
Thanks a lot .
0
votes
1answer
17 views
How to construct a certificate based on another
I need to send a certificate through an asp.net page.
An ActiveX would read the certificate from user's PC and with a click of a button, somehow the certificate should go to server to sign a document ...
0
votes
0answers
33 views
Error Installing Visual Studio 2012 Professional on Windows 7 64 bit (Signature or catalog not verified)
I'm trying to install visual studio professional 2012 on windows 7 64 bit machine.
Everytime I try to install it gives with the below error (on different cab files) while installing the ...
0
votes
1answer
23 views
class file contains signature - eclipse
"the class file contains a signature ill formed at position" - how do I fix the error?
I get it at StoreHandlers. It's class for a web page.
import com.sencha.gxt.data.shared.event.StoreAddEvent;
...
0
votes
0answers
28 views
How to sign “Objects” of a java webservice call
How to sign "Objects" of a java webservice call
Hi all,
I've created all the Java classes and interface from an wsdl and a xsd in order to call this service. My problem is that the objects of the ...
-1
votes
0answers
20 views
How to disable highlight of email, website, telefon in signature part gmail email [closed]
I would like to to make nice signature to my email. How to disable highlights of email, website, phone in signature part of gmail email?
I would like to achieve appearance when someone got an email ...
0
votes
1answer
31 views
how to convert UIView part as UIImage in iphone application
I have a application in which i am getting sign from the user with finger it works fine but i want that signature should be converted into image and should display in imageview here is the code for my ...
0
votes
0answers
11 views
Signature Pad Validation
I have a multipage form using jqm. The last two pages uses Thomas j bradleys signature pad. I use jquery validate plugin to validate each page before it moves on.
I can not get jquery validate plugin ...
2
votes
3answers
56 views
What's the need of generics here?
In the following code taken from this oracle tutorial:
public class FileVisitor extends SimpleFileVisitor<Path>
is there any need to use generics?. I cannot get this aspect of Generics.
Why ...
0
votes
1answer
53 views
How can I distinguish between two different users who live near to each other?
How can I distinguish between two different users, like two different neighbours who lives in a same address and goes to the same office, but they have different patterns of driving and have different ...
0
votes
1answer
30 views
Windows OS signature
I am trying to add a signature some where within the OS to verify that an Windows image is correct. If you clone a computer with the image on it, it would be ok because it has all the stuff needed on ...
1
vote
1answer
64 views
Clojure: defmulti on different class types
Quick clojure question, I think this is mostly syntax related. How do I dispatch a multimethod based on specific type signatures of the arguments, for example:
(defn foo
([String a String b] ...
8
votes
3answers
122 views
What guarantees that the overloaded non-const method is invoked?
Given these 2 functions that modify and return a string:
// modify the original string, and for convenience return a reference to it
std::string &modify( std::string &str )
{
// ...do ...
0
votes
0answers
9 views
How Can I get My site name in the header of the automated emails in Gmail in “mailed by” and “signed by” fields
My website developed in PHP mysql send automated emails to its members like on registration, forgot password etc. On receiving the mail in Gmail accounts the header shows as follows
from: ...
1
vote
1answer
90 views
Amazon AWS simple book query. How do you make Signature in Delphi?
There are an awful lot of question on stackoverflow that bear some similarity to this question, but nothing quite like it.
I have an application that makes queries of AWS and sends back XML data. I ...
0
votes
1answer
118 views
Using Apache Rampart for Signature with JKS and Binary Security Token key identifier
I have to call a web service that was provided by a customer (some information below is masked for this reason). I've been provided with a java keystore that contains the private key that I need to ...
1
vote
1answer
35 views
Signature of a template method that returns a nested template gives compile error
I have template class with a nested template class like this
#include <utility>
template<typename K> class Tree23 {
public:
template<typename Key> class Node {
...
0
votes
1answer
31 views
Amazon Game Circle Whitelist error
I want to ask You about Whitelist in GameCircle.
I had testing my app with testing boundle ID and my key, like they wrote in tutorial.
But now I'm wondering about if this signature and boundle id ...
0
votes
2answers
41 views
What is the reason behind setAccessible method of AccessibleObject class have a boolean parameter?
I am very new in Reflection and I have a doubt like:
public void setAccessible(boolean flag) throws SecurityException
This method has a boolen parameter flag, which indicates the new accessibility ...
1
vote
1answer
34 views
What is a parameter signature in PHP?
The PHP official documentation while explaining about extends under classes and objects section, it says..
" When overriding methods, the parameter signature should remain the same or PHP
will ...
0
votes
1answer
44 views
Find out what stored procedures are signed using certificate in SQL Server 2008
I am producing a database update script I want to find out stored procedures have been signed using various certificates.
I can get the list of stored procedures using sys.procedures and I can get ...
0
votes
2answers
72 views
Amazon AWS Request Token From Secure Token Service
I'm trying to sign an amazon sts token request to get temporary access to my S3 account. I've been following the instructions for Signature Version 4 with no luck.
I am constantly getting this ...
1
vote
6answers
122 views
Does method's signature in Java include return type?
Does the method signature in a Java class/interface include its return type?
Example:
Does Java know the difference between those two methods:
public class Foo {
public int myMethod(int param) ...
0
votes
0answers
22 views
diferent formats why mine is wrong in xml signature validation?
I have a doc (given to me) with xml signature which passes the broker tester page, it looks like:
(will show the last 14 rows)
. . .
...
0
votes
1answer
82 views
How to embedded CRL/OCSP revocation information for PAdES signature timestamp with iText?
This question is linked to this other question.
As I would like to fully validate the timestamp added to a PAdES signature (expiration and revocation), I need also to add to the signature the crl ...
0
votes
0answers
63 views
Should I validate an embedded timestamp in a PAdES signature when doing signature verification?
I'm trying to understand if and how I should validate a PAdES signature with an embedded timestamp.
This embedded timestamp is obtained from a timestamp authority (TSA).
If the signature includes crl ...
0
votes
0answers
59 views
Add signature to Outlook mail VS2012
I'm making a signature button that on click should add my signature on the bottom of the page. I'm using Visual Studio 2012 and i've made the button, but since i don't understand this programming ...
0
votes
1answer
56 views
Rails and signature pad from Thomas J Bradley
im using rails + jquerymobile + signature pad (http://thomasjbradley.ca/lab/signature-pad/)
my problem is to Converting to an Image(http://thomasjbradley.ca/lab/signature-pad/#images)
when im ...
2
votes
3answers
73 views
Android: Securing Your Private Key
I have been Reading the "Securing Your Private Key" section on the Android website. It wanrs about the possibility of authoring identity being compromised.
Then, is it possible to access to the ...
0
votes
0answers
111 views
InvalidCastException on c# bouncy castle verify signature
I try to verify an ecdsa (256) signature, the only data I have to do it is the public key in the given format below, the original data and the signature:
string pubKey_ecdsa = ...
0
votes
0answers
91 views
“java.security.SignatureException: invalid encoding for signature” when following the Java Tutorial
I am following the Java tutorial at:
http://docs.oracle.com/javase/tutorial/security/apisign/enhancements.html
It concerns programmatically extracting a private key from a keystore as well as the ...
2
votes
2answers
67 views
Need help to run our app as System Application on Android
We want to run our application with root privileges on a rooted device.
We have following queries, any help on these would be appreciated.
How to properly get root permissions whenever our app ...
0
votes
0answers
79 views
Java Digital Signatures - Inconsistent Signature
I've been using the Java security api and was following the tutorial on how to generate digital signatures: http://docs.oracle.com/javase/tutorial/security/apisign/gensig.html
The problem is when I ...
1
vote
2answers
441 views
HTML Email signature NOT rendering correct only on iPhone
this is actually the first time I post a question, but I usually "always" find the answers here. You guys are great!...
Here's my issue (belive me I have tried to find an answer).
I have created an ...
1
vote
0answers
100 views
'webkit-text-size-adjust' not working when sent from Outlook 2010 - HTML email signature
I'm ready to explode with frustration with a HTML email signature I am building, it's fine when attaching the signature using Thunderbird, but sending from outlook 2010 (which my client uses to send ...
3
votes
2answers
165 views
Boolean function as input parameter
I want to write a method which performs some action until a termination criterion becomes true. This termination criterion should be given by the user, and it can be any criterion.
I was thinking ...
2
votes
1answer
82 views
Google Playstore: replace app when using different certificate?
Due to a harddisc-damage I lost the certificate I used for all my apps until now. It accidentially has NOT been archived in my revision control system. So it is really lost now.
Followed from that ...
2
votes
1answer
60 views
Understanding method signature
I am trying to understand this method signature:
public final <T> FluentIterable<T> transform(Function<? super E,T> function)
(taken from ...
0
votes
1answer
113 views
What is the difference between closed system and open system esignature?
I need to find a solution for one of my clients who is asking me to implement a esignature solution. I was thinking of suggesting some solutions like DocuSign or EchoSign.
But recently my client said ...
0
votes
0answers
45 views
How do you most efficiently extract X & Y coordinates from the JSON string generated from Keith Wood's jQuery Signature & save to an image file?
Using Keith Wood's jQuery signature, I notice there is no conversion tool to process signatures from the stored JSON vector data to an image. In order to export the signature to a PDF, the signature ...
0
votes
1answer
36 views
How to compare certificates of two apps
Let say that I have different certificates A-certificate and B-certificate, and I sign 3 apps (one with A , and two with B)
How can I check form application signed with certificate B that the other ...
0
votes
0answers
70 views
CMS verify signature, when content being signed together with the signed attributes
Question about signing and verifying of URLs:
We need to verify signed urls in two cases, first one is working, the second not.
Both clients creates URLs, create a signature and append the signature ...
1
vote
0answers
67 views
Android/Java Verify Large File Too Slow
I currently have a process in an Android app that checks a few ZIP files against a signature file using a signed certificate much like what is demoed here ...
0
votes
0answers
63 views
Making my own signature button in outlook using VS2012
I need to make a signature button. I know it already exists one but since i'm using an forced signature that button gets automatically erased.
Maybe someone knows how to bring back the already ...




