public abstract class Signer extends Identity
Modifier | Constructor and Description |
---|---|
protected |
Signer()
Deprecated.
|
|
Signer(String name)
Deprecated.
|
|
Signer(String name,
IdentityScope scope)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PrivateKey |
getPrivateKey()
Deprecated.
|
void |
setKeyPair(KeyPair pair)
Deprecated.
|
String |
toString()
Deprecated.
Default String representation: overriden by many classes.
|
addCertificate, certificates, equals, getInfo, getName, getPublicKey, getScope, hashCode, identityEquals, removeCertificate, setInfo, setPublicKey, toString
protected Signer()
public Signer(String name)
public Signer(String name, IdentityScope scope) throws KeyManagementException
KeyManagementException
public PrivateKey getPrivateKey()
public final void setKeyPair(KeyPair pair) throws InvalidParameterException, KeyException