Class PKIMessageUtils
- java.lang.Object
-
- org.certificateservices.messages.pkimessages.PKIMessageUtils
-
public class PKIMessageUtils extends java.lang.ObjectUtility class containing help method used to process and parse PKI Messages.
-
-
Constructor Summary
Constructors Constructor Description PKIMessageUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetInResponseTo(PKIMessage message)Help method fetching the in response to value from a PKIMessage response.
-
-
-
Method Detail
-
getInResponseTo
public static java.lang.String getInResponseTo(PKIMessage message) throws MessageException
Help method fetching the in response to value from a PKIMessage response.- Parameters:
message- the message to fetch in response to value (payload should contain a PKI Response message)- Returns:
- the inResponse to from the payload or null if no value could be found.
- Throws:
MessageException- if parsing problems occurred.
-
-