Class PKIMessageUtils


  • public class PKIMessageUtils
    extends java.lang.Object
    Utility 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.String getInResponseTo​(PKIMessage message)
      Help method fetching the in response to value from a PKIMessage response.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PKIMessageUtils

        public PKIMessageUtils()
    • 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.