java.lang.Object
|
+----java.security.Identity
|
+----java.security.Signer
public abstract class Signer
extends Identity
This class is used to represent an Identity that can also digitally sign data.
The management of a signer's private keys is an important and sensitive issue that should be handled by subclasses as appropriate to their intended use.