java.security
Class Signer

java.lang.Object
  extended by java.security.Identity
      extended by java.security.Signer
All Implemented Interfaces:
Serializable, Principal

Deprecated.

public abstract class Signer
extends Identity

See Also:
Serialized Form

Constructor Summary
protected Signer()
          Deprecated.  
  Signer(String var0)
          Deprecated.  
  Signer(String var0, IdentityScope var1)
          Deprecated.  
 
Method Summary
 PrivateKey getPrivateKey()
          Deprecated.  
 void setKeyPair(KeyPair var0)
          Deprecated.  
 
Methods inherited from class java.security.Identity
addCertificate, certificates, equals, getInfo, getName, getPublicKey, getScope, identityEquals, removeCertificate, setInfo, setPublicKey, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
hashCode, toString
 

Constructor Detail

Signer

protected Signer()
Deprecated. 

Signer

public Signer(String var0)
Deprecated. 

Signer

public Signer(String var0,
              IdentityScope var1)
       throws KeyManagementException
Deprecated. 
Throws:
KeyManagementException
Method Detail

getPrivateKey

public PrivateKey getPrivateKey()
Deprecated. 

setKeyPair

public final void setKeyPair(KeyPair var0)
                      throws KeyException
Deprecated. 
Throws:
KeyException