


hey theresorry if this is thr wrong place to post - i couldnt find anywhere else to post.i have sun java runtime environement SE v5.0 update 4 running on my machine. I have a program (with extension *.jar) that opens with javaw.exe or javaws.exe. When i try to open the program the box opens up, ...
Hokay, I give up. Is there a system property, or a -D argument, or a default pathname, or something else (ANYTHING ELSE!) that I can use to pass the location / pathname of my Java keystore file to the underlying JWSDP-WS client-side JAX handlers?The *ONLY* way I can get my client-side ...
hi all,first, i don't know if this question should be posted in this forum. If not, please let me know.i'm trying to find a solution for this issue. I've searched but couldn't find a clear answer about preventing from XSS in websphere 5.0.another question is if we use the filtering and encoding ...
Hi .. What is XSS ... ? How we can protect web applications from XSS attacks. Explain with example. Thanks in adavane Satish...
Hello:When generating an enveloped signature (example at: http://java.sun.com/javase/6/docs/technotes/guides/security/xmldsig/GenEnveloping.java), the output signature element comes in a single line.I would like to produce an output with newlines after the end of the tags, I can do it by hand ...
This is a problem we are facing during XML encryption-decryption. We are getting the [code][code]""org.apache.xml.security.encryption.XMLEncryptionException: No Key Encryption Key loaded and cannot determine using key resolvers". error. Scenario: We have Java Code (Decryptor Class) deployed in ...
Hello All,I've a problem in my code. I have two web applications deployed in JBoss.I wrote the next code in two differentes methods (one in application A and other in application B):String providerName = System.getProperty("jsr105Provider", ...
Are there any examples for signing and encryption in one common XML document?...
I need to sign an XML document in an applet, using JavaTM XML Digital Signature API Specification (JSR 105) using an individual's X509 certificate.All the example code I have seen generate a key pair on the fly or pull one from a keystore. I need to sign using the private key from the ...
I need of help how to organize a XML structure for hierarchical (nested) signature scheme. For example:Signed Object 1: O1Signatures Level 1: - S1.1 signs O1; - S1.2 signs O1;Signature Level 2: - S2.1 signs O1, S1.1 and S1.2 - S2.2 signs O1, S1.1 and S1.2Signature Level 3: - S3.1 signs O1, S2.1 ...
Hi, I am trying to do signing and encryption at our side and try to decrypt and verify the sign at destination side. Here i succeeded with signing, encryption and decryption. but failing at verification part. Can any body help me finding what mistake iam doing ? it will be greatful if i get any ...
Hi all,I'd like to perform a Digital Signature (sign) of an existing digest value pre calculated . Does anybody could please tell me some more about it?Looking at specicctions (apis) the signature is performed in one operation, within by given "object" to be signed, the method calculate the ...
Hi,Is there any way to more peoples to sign a document using user signing schema. For example:- Document D1 first must be signed with S1 signature.- Then (D1 + S1) must be signed together from 2 independent S2 and S3 signatures.- Finally (D1 + S1 + S2 + S3) must be signed from S4 ...
Hello,is there any way how I can use the the new XML DSig APIs in Java 6 to sign an XML document using an external key -- that is, a key that is not available as a Java PrivateKey object?What I am trying to do is to use a private key stored on a smart card to sign an XML document. The key being ...
Hi,I am writing JAVA code to perform XML Digital Signature and Verification. I am using jwsdp-2.0 jar files xmldsig.jar and xmlsec.jar.I am successfully able to sing the xml but still have few issues.1. Canoniclisation on SignedInfo is not happening. API is signing the SignedInfo Element ...
