Class java.security.Signer (1.1)


public abstract class Signer extends Identity {
  // Public Constructors
    public Signer(String name);
    public Signer(String name, IdentityScope scope) throws KeyManagementException;
  // Protected Constructor
    protected Signer( );
  // Public Instance Methods
    public String toString( );  // Overrides Identity.toString( )
  // Protected Instance Methods
    protected PrivateKey getPrivateKey( );
    protected final void setKeyPair(KeyPair pair) throws InvalidParameterException, KeyException;
}