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 TypeMethodDescriptionvoidMakes 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.voidCopies contents of PKIMessage to the request PKIMessage is from the wire.
-
Method Details
-
getReqStatus
String getReqStatus()Returns status of request.- Returns:
- String of request status.
-
getReqType
String getReqType()Retrieves the request type.- Returns:
- String of type of request.
-
getReqId
String getReqId()Retrieves the request identifer.- Returns:
- String of name of request.
-
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
String getReqRealm()Retrieves the request realm- Returns:
- String of authz realm
-