public class ID
extends java.lang.Object
See RFC 2971.
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.lang.String> |
serverParams |
Constructor and Description |
---|
ID(Response r)
Parse the server parameter list out of the response.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Argument |
getArgumentList(java.util.Map<java.lang.String,java.lang.String> clientParams)
Convert the client parameters into an argument list for the ID command.
|
(package private) java.util.Map<java.lang.String,java.lang.String> |
getServerParams()
Return the parsed server params.
|
public ID(Response r) throws ProtocolException
ProtocolException
java.util.Map<java.lang.String,java.lang.String> getServerParams()
static Argument getArgumentList(java.util.Map<java.lang.String,java.lang.String> clientParams)