java.security
Class Signer
java.lang.Object
java.security.Identity
java.security.Signer
- All Implemented Interfaces:
- Serializable, Principal
Deprecated. Replaced by behavior in
java.security.cert package and
Principal
public abstract class Signer
- extends Identity
- See Also:
- Serialized Form
| Methods inherited from class java.security.Identity |
addCertificate, certificates, equals, getInfo, getName, getPublicKey, getScope, hashCode, identityEquals, removeCertificate, setInfo, setPublicKey, toString |
Signer
protected Signer()
- Deprecated.
Signer
public Signer(String name)
- Deprecated.
Signer
public Signer(String name,
IdentityScope scope)
throws KeyManagementException
- Deprecated.
- Throws:
KeyManagementException
getPrivateKey
public PrivateKey getPrivateKey()
- Deprecated.
setKeyPair
public final void setKeyPair(KeyPair pair)
throws InvalidParameterException,
KeyException
- Deprecated.
- Throws:
InvalidParameterException
KeyException
toString
public String toString()
- Deprecated.
- Description copied from class:
Object
- Returns a string containing a concise, human-readable description of the
receiver.
- Specified by:
toString in interface Principal- Overrides:
toString in class Identity
- Returns:
- String a printable representation for the receiver.
Please submit a feedback, bug or feature