All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.servlet.GenericServlet | +----java.servlet.http.HttpServlet | +----sun.server.http.security.Certgen
NOTE: This is a preliminary version, sufficient to
bootstrap the system but not as usable, functional, or secure as
we need it to be.
NOTE also: This should not be merged with the
standard admin servlet; it's export controlled technology and
we need to be able to easily remove it from the release.
This is an AMAZINGLY inflexible way to do this. Not
particularly suited to how real sites must operate. Most
sites will want more attributes in names and in other parts
of the cert or cert request. They'll also require a fair
degree of policy flexibility re name components.
An additional hook for site policy flexibility, not yet
supported by our X.509 infrastructure, is requiring support
for specific X.509 attributes. Those cert attributes (as
well as name attributes) are the fount of LOTS of variation
in policy ... as well as associated operational problems.
Certgen()
getServletInfo()
service(HttpRequest, HttpResponse)
Certgen
public Certgen()
service
public void service(HttpRequest req,
HttpResponse res) throws IOException
getServletInfo
public String getServletInfo()
All Packages Class Hierarchy This Package Previous Next Index