Other Security APIs RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Zonealram and java problem - not sure if this is the correct place to post?

    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, ...

    0 answers | 1342 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XWS KeyStore Path

    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 ...

    0 answers | 608 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XSS cross site scripting attack prevention

    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 ...

    7 answers | 518 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XSS .. ?

    Hi .. What is XSS ... ? How we can protect web applications from XSS attacks. Explain with example. Thanks in adavane Satish...

    1 answers | 152 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XMLSignature API doesn't generate tags separated by newlines

    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 ...

    0 answers | 432 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XMLEncryptionException: No Key Encryption Key loaded and cannot determine

    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 ...

    0 answers | 2130 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XMLDSig in two web applications

    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", ...

    8 answers | 2575 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XML Signing and Encryption

    Are there any examples for signing and encryption in one common XML document?...

    0 answers | 84 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XML Signatures and X509 private key

    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 ...

    2 answers | 594 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XML Signatures - How To ?

    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 ...

    2 answers | 506 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XML Signature Verification failing...need help

    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 ...

    1 answers | 3208 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • xml security - Digital Signature - sign digest value pre calculated

    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 ...

    1 answers | 526 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XML Nested Signatures using User Schema with Levels

    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 ...

    0 answers | 625 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XML DSig, signing with external keys

    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 ...

    2 answers | 1270 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XML Digital Signature Canonicalisation Error.

    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 ...

    0 answers | 3856 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON "Other Security APIs, Tools, & Issues"
JAVA TECH