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, getReqStatus
java.lang.String getReqType()
getReqType
in interface IPKIMessage
java.lang.String getReqId()
getReqId
in interface IPKIMessage
void fromRequest(IRequest r)
fromRequest
in interface IPKIMessage
r
- Instance of IRequest to be copied from.void toRequest(IRequest r)
toRequest
in interface IPKIMessage
r
- Instance of IRequest to be copied to.