Package com.netscape.certsrv.connector
Interface IPKIMessage
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IHttpPKIMessage
- All Known Implementing Classes:
HttpPKIMessage
Messages that are serialized and go over the wire.
It must be serializable, and
later will be inherited by CRMF message.
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Makes a PKIMessage from a request PKIMessage will be sent to wire.getReqId()
Retrieves the request identifer.Retrieves the request realmReturns status of request.Retrieves the request type.void
Copies contents of PKIMessage to the request PKIMessage is from the wire.
-
Method Details
-
getReqStatus
-
getReqType
-
getReqId
-
fromRequest
Makes a PKIMessage from a request PKIMessage will be sent to wire.- Parameters:
r
- Request to copy from.
-
toRequest
Copies contents of PKIMessage to the request PKIMessage is from the wire.- Parameters:
r
- Request to copy to.
-
getReqRealm
-