Class DatabaseCloser
java.lang.Object
org.mozilla.jss.DatabaseCloser
A class for closing databases. Since closing the databases is
very dangerous and breaks the JSS model, it may only be done from
special applications. This class should be subclasses by
authorized subclasses. It cannot be instantiated itself.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidCloses the certificate and key databases.
-
Field Details
-
authorizedClosers
-
-
Constructor Details
-
DatabaseCloser
-
-
Method Details
-
closeDatabases
protected void closeDatabases()Closes the certificate and key databases. This is extremely dangerous.
-