ashiek aneez

Greenhorn
+ Follow
since Oct 17, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by ashiek aneez

Hi,

I have a requirement from client

Digital Signature in PKCS 7 format with base 64 encoding

.

Process is that we will send a url with some parameter values and a digital signature of that parameter values.

I am trying with this code.



Queries:

1. Who is the service provider for PKCS 7 format and how I should integrate?
2. Is .JKS, .CER and .KEY required for my requirement.
If this files needed, how I should start.

Please give me suggestions for this requirement.
14 years ago
Thanks Tom,

for example,

I assume that this code is working fine for minimal rows (20 - 25).

In Development setup and in testing setup this is working fine.

In production setup, it is working but sometime it gets some error message as


TraceNLS No message text associated with key WARNING:.Cannot.set.header..Response.already.committed. in bundle com.ibm.ejs.resources.seriousMessages
SRTServletRes WARNING: Cannot set header. Response already committed.




Please help me.

thanks.
14 years ago
Hi All,

I am using WAS 4.0.

EJB

Am trying to download messages from application to a test file.

It is working fine.

Sometimes it is showing some error message as,


TraceNLS No message text associated with key WARNING:.Cannot.set.header..Response.already.committed. in bundle com.ibm.ejs.resources.seriousMessages
SRTServletRes WARNING: Cannot set header. Response already committed.



how should i overcome this issue.

please help me.

thanks.
14 years ago
Hi All,

Am using JDK1.2.

Am not able to convert a integer to UTF-8 format.

Example:
--------
Expected: (int)240 = (char)��
Present: (int)240 = (char)�

Control Panel - Language Setting is in English(US).
1. What kind of language is ��?
2. So I changed the Code.




Let stBitmapHex = "F0308101000080000000000010000020"

3. Whether I should change Language settings.

4. Is there any jar that JDK 1.2 can support Character encoding.



[ November 20, 2008: Message edited by: ashiek aneez ]
15 years ago
Hi All,

Am using JDK1.2.

Am not able to convert a integer to UTF-8 format.

Example:
--------
Expected: (int)240 = (char)��
Present: (int)240 = (char)�

Control Panel - Language Setting is in English(US).
1. What kind of language is ��?
2. So I changed the Code.


Let stBitmapHex = "F0308101000080000000000010000020"

3. Whether I should change Language settings.

4. Is there any jar that JDK 1.2 can support Character encoding.



15 years ago