| Thread | Last Post | Replies |
|
| custom x509trustmanager with SOAP | 31 Jul 2003 00:15 GMT | 1 |
Like others I've seen lots of people asking similar question, and nobody answers, so this must be one of the great unknowns, but just to try every avenue, I thought I'd post a message. I am trying to make a soap call over ssl. Apache's soap library, ibm
|
| How Java work with PKCS12? | 29 Jul 2003 08:25 GMT | 2 |
I'm a beginner of Java security. Is it possible to get Public Key and Private Key from a PKCS12 certificate by Java program? How can I do it?
|
| How to give all permissions to an unsigned applet | 24 Jul 2003 20:36 GMT | 2 |
I'm trying to edit the java.policy file to grant full permisions to an unsigned applet I'm developing. If I just write: grant {
|
| problems with cacerts and its password | 24 Jul 2003 08:46 GMT | 1 |
Could someone please explain the logic behind giving the cacerts file its own password not related to any user password in the system!? It creates an administrative nightmare, and raises the question how often in practice do administrators change the password on the file from
|
| keytool - RSA with BouncyCastle Lightweight API | 21 Jul 2003 19:47 GMT | 2 |
I am currently playing around with encryption in Java and I do have to say that I am a newbie in the field of cryptography. Trying some encryption with RSA I faced some problems... However, this is what I want to do:
|
| RMI with Java Web Start without user security permission | 20 Jul 2003 16:18 GMT | 3 |
Is it possible to launch an RMI-using application with Java Web Start, without using <security> <all-permissions/> </security>? The program doesn't do anything that should require getting the users' permission. I like being able to assure users that my Java Web Start-launched
|
| Sign a cab file without being interactive? | 19 Jul 2003 00:56 GMT | 3 |
We use the Microsoft SDK for Java 4.0 signcode utility. When we sign our cab file, a Gui prompt springs up and asks for the Private Key password. Is there a way (or another utility) that will let us
|
| Verify that a PublicKey and a PrivateKey are a pair? | 19 Jul 2003 00:49 GMT | 1 |
If I have a PublicKey and a PrivateKey objects, how can I verify that the two are actually a key pair? Another related question: If I have a PrivateKey object,
|
| Tutorial on usage of X509 certificate extension | 16 Jul 2003 16:56 GMT | 1 |
Can someone point me to any place (or any book) where there is explanation (or tutorial) on how X.509 certificate extensions are used in real-life applications?
|
| Netscape signtool 1.3 problem | 15 Jul 2003 08:36 GMT | 2 |
Hi Netscape gurus, I'ne just installed Netscape 7.0 to my Windows PC and I'm trying to sign JavaScripts, but get errors right on the beginning. Can anyone tell me what am I doing wrong?
|
| possible to use keypair with jdk1.4 encryption? | 14 Jul 2003 19:38 GMT | 3 |
After looking at the provider capabilities of jdk1.4, it looks like KeyPairGenerator can accept algorithms that are not in the Cipher's list of acceptable algorithms. KeyPairGenerator: [RSA, DSA ImplementedIn, DSA, 1.2.840.10040.4.1,
|
| WebStart security message | 12 Jul 2003 21:36 GMT | 3 |
is there a possibility to avoid the message in WebStart "Applet need unlimited access to your local computer and network" for certificated applets after you updated it. With the JRE and a Browser you can trust applets from the same
|
| Encryption | 11 Jul 2003 15:43 GMT | 4 |
Simple question... sorry.. I'm trying to encrypt a string with a private key (retrieved from KeyStore - that I created using keytool). So that I can send the public key to the client to decrypt the string.
|
| Get Public Key from Certificate | 10 Jul 2003 23:22 GMT | 6 |
I need to extract Public Key as byte[] from a given certificate. I have a certificate in a file named "testca.cer". Using getPublicKey() method I get the public key and print it out in HEX format.
|
| Iterator Question - standalone yes - jnlp no | 07 Jul 2003 05:42 GMT | 1 |
-- Java app - JDK 1.4.1_03 Uses a class to decode comma separated values from a text file - (From Java Cookbook). Works fine locally and not signed to run with JWS.
|