|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cryptix.provider.Install
Installs Cryptix in the java.security file:
security.provider.n=*
does not exist.
security.provider.*=cryptix.provider.Cryptix
was found during the previous step, exit.
# Added by Cryptix-Java x.x.x installation program:
security.provider.n=cryptix.provider.Cryptix
An error code is returned as follows (see the source for the values of these constants):
SECURITY: this class must be package-private, since untrusted code should not be able to run it.
Copyright © 1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.9 $
Constructor Summary | |
(package private) |
Install(java.io.PrintWriter out,
java.lang.String product_name,
java.lang.String provider_class,
java.lang.String version_string)
|
Method Summary | |
(package private) int |
getErrorCode()
|
static void |
main(java.lang.String[] args)
The entry point for this application. |
(package private) void |
run()
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
Install(java.io.PrintWriter out, java.lang.String product_name, java.lang.String provider_class, java.lang.String version_string)
Method Detail |
public static void main(java.lang.String[] args)
int getErrorCode()
void run()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |