|
Class Summary |
| Assert |
C-style assertions in Java.
|
| Base64OutputStream |
An output stream filter that takes arbitrary bytes and outputs their
base64 encoding. |
| ConsolePasswordCallback |
A password callback that obtains its password from the console.
|
| Debug |
Controls debug-mode operation of JSS classes, and allows for printing
trace statements to standard output. |
| NativeErrcodes |
An enumeration of all error codes from NSS and NSPR.
|
| NativeProxy |
NativeProxy, a superclass for Java classes that mirror C data structures.
|
| NullPasswordCallback |
A PasswordCallback that immediately gives up. |
| Password |
Stores a password. |
| PasswordCallbackInfo |
An object of this class is passed to a PasswordCallback to give it
information about the token that is being logged into. |
| Tunnel |
A class to allow friendly functions access to other parts of JSS. |
| UTF8Converter |
Class for converting between char arrays and byte arrays. |