The Artima Developer Community
Sponsored Link

Java Answers Forum
HTTPURLConnection and certificate

1 reply on 1 page. Most recent reply: Jan 29, 2003 5:45 PM by Ivar Vasara

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Anindya

Posts: 1
Nickname: anindya123
Registered: Jan, 2003

HTTPURLConnection and certificate Posted: Jan 29, 2003 1:14 PM
Reply to this message Reply
Advertisement
Hi,

I am trying to attach a certificate (available in a 64 bit encoded file) with all HTTP requests that I send to a server. I have been able to read the certificate file using java.security.cert.CertificateFactory class. However, I could not find a way to attach the certitifcate with the HTTP request. Please note that I am sending the request from server side application (not from a Web or Application server). Please help me as soon as you can. Thanks in advance.


Ivar Vasara

Posts: 5
Nickname: ivar
Registered: Sep, 2002

Re: HTTPURLConnection and certificate Posted: Jan 29, 2003 5:45 PM
Reply to this message Reply
> Hi,
>
> I am trying to attach a certificate (available in a 64 bit
> encoded file) with all HTTP requests that I send to a
> server. I have been able to read the certificate file
> using java.security.cert.CertificateFactory class.
> However, I could not find a way to attach the certitifcate
> with the HTTP request. Please note that I am sending the
> request from server side application (not from a Web or
> Application server). Please help me as soon as you can.
> Thanks in advance.

I think what you're looking for is at:
http://jakarta.apache.org/commons/httpclient/

Flat View: This topic has 1 reply on 1 page
Topic: create executable jar Previous Topic   Next Topic Topic: need help with classes

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use