All Packages Class Hierarchy This Package Previous Next Index
Class jnfs.security.FileSystemSigner
java.lang.Object
|
+----java.security.Identity
|
+----java.security.Signer
|
+----jnfs.security.FileSystemSigner
- public class FileSystemSigner
- extends Signer
A concrete subclass of a Signer. Since the java folk decided to
make the java.security.Signer
class abstract, we need
to subclass in order to make one of these suckers.
- Version:
- $Id: FileSystemSigner.java,v 1.6 1997/05/20 19:16:20 mjr Exp $
- Author:
- Michael John Radwin
-
FileSystemSigner()
- Constructor for serialization only.
-
FileSystemSigner(String)
-
Creates a signer with the specified identity name.
FileSystemSigner
protected FileSystemSigner()
- Constructor for serialization only.
FileSystemSigner
public FileSystemSigner(String name)
- Creates a signer with the specified identity name.
- Parameters:
- name - the identity name.
All Packages Class Hierarchy This Package Previous Next Index