public abstract class SignLibUser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.security.PrivateKey |
privkey |
| Constructor and Description |
|---|
SignLibUser(java.security.PrivateKey key) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract byte[] |
getCmd() |
void |
onInbound(java.io.InputStream in,
java.io.OutputStream out) |
public void onInbound(java.io.InputStream in,
java.io.OutputStream out)
throws java.io.IOException,
java.security.GeneralSecurityException
java.io.IOExceptionjava.security.GeneralSecurityExceptionprotected abstract byte[] getCmd()
throws java.io.IOException
java.io.IOException