A Java API for X.509 Proxy Certificates


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News A Java API for X.509 Proxy Certificates
# 1  
Old 07-07-2008
A Java API for X.509 Proxy Certificates

HPL-2008-77 A Java API for X.509 Proxy Certificates - Gilbert, John; Perry, Russell
Keyword(s): X.509 Proxy Certificate, Delegation, Public Key Infrastructure, Grid Security Infrastructure, SSL, HTTPS, Java Cryptography Architecture, Java Secure Sockets Extension.
Abstract: X.509 Proxy Certificates have been proposed for use in the Grid Security Infrastructure to allow dynamic delegation of rights and single sign-on for end users. We have evaluated proxy certificates to secure a service-oriented architecture for digital content based on Web Services. We describe how su ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Solaris

Java api/sample code for sftp

I'm trying to find an api for Java to send/receive files via sftp. There are some available for purchase out there such as JScape, but I was hoping to find a free one. Does anyone know of one? I would also like to find an open source java example application that can send files via sftp. ... (2 Replies)
Discussion started by: JohnRodey
2 Replies

2. Programming

Java UI does not come up using txtContent.setLineWrap(true) API

Hello , I have code which runs on solaris using java 1.2.2 .. UI will not come up when i use the command "txtContent.setLineWrap(true);".. UI gets displayed if do not use it... ______________________________________________________ txtContent = new JTextArea(20,30); ... (0 Replies)
Discussion started by: shafi2all
0 Replies
Login or Register to Ask a Question
MKPOP3DCERT(8)						      Double Precision, Inc.						    MKPOP3DCERT(8)

NAME
mkpop3dcert - create a test SSL certificate for POP3 over SSL SYNOPSIS
/usr/sbin/mkpop3dcert DESCRIPTION
POP3 over SSL requires a valid, signed, X.509 certificate. The default location for the certificate file is /usr/lib/courier/pop3d.pem. mkpop3dcert generates a self-signed X.509 certificate, mainly for testing. For production use the X.509 certificate must be signed by a recognized certificate authority, in order for mail clients to accept the certificate. /usr/lib/courier/pop3d.pem must be owned by the daemon user and have no group or world permissions. The mkpop3dcert command will enforce this. To prevent an unfortunate accident, mkpop3dcert will not work if /usr/lib/courier/pop3d.pem already exists. mkpop3dcert requires OpenSSL to be installed. FILES
/usr/lib/courier/pop3d.pem X.509 certificate. /etc/courier/pop3d.cnf Parameters used by OpenSSL to create the X.509 certificate. SEE ALSO
courier(8)[1] AUTHOR
Sam Varshavchik Author NOTES
1. courier(8) [set $man.base.url.for.relative.links]/courier.html Courier Mail Server 04/04/2011 MKPOP3DCERT(8)