Class KeyRequestResponse


  • public class KeyRequestResponse
    extends java.lang.Object
    • Constructor Detail

      • KeyRequestResponse

        public KeyRequestResponse()
    • Method Detail

      • setRequestInfo

        public void setRequestInfo​(KeyRequestInfo requestInfo)
      • getKeyData

        public KeyData getKeyData()
      • setKeyData

        public void setKeyData​(KeyData keyData)
      • getKeyId

        public KeyId getKeyId()
      • getRequestId

        public RequestId getRequestId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toXML

        public java.lang.String toXML()
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • fromXML

        public static KeyRequestResponse fromXML​(java.lang.String xml)
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • toJSON

        public java.lang.String toJSON()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • fromJSON

        public static KeyRequestResponse fromJSON​(java.lang.String json)
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception