public interface IHttpPKIMessage extends IPKIMessage
| Modifier and Type | Method and Description |
|---|---|
void |
fromRequest(IRequest r)
Copies contents of request to make a simple name/value message.
|
java.lang.String |
getReqId()
Retrieves the request identifier.
|
java.lang.String |
getReqType()
Retrieves the request type.
|
void |
toRequest(IRequest r)
Copies contents to request.
|
getReqRealm, getReqStatusjava.lang.String getReqType()
getReqType in interface IPKIMessagejava.lang.String getReqId()
getReqId in interface IPKIMessagevoid fromRequest(IRequest r)
fromRequest in interface IPKIMessager - Instance of IRequest to be copied from.void toRequest(IRequest r)
toRequest in interface IPKIMessager - Instance of IRequest to be copied to.