Class KeyRequestInfo

    • Field Detail

      • keyURL

        protected java.lang.String keyURL
    • Constructor Detail

      • KeyRequestInfo

        public KeyRequestInfo()
    • Method Detail

      • getKeyURL

        public java.lang.String getKeyURL()
        Returns:
        the keyURL
      • getKeyId

        public KeyId getKeyId()
        Returns:
        the key ID in the keyURL
      • setKeyURL

        public void setKeyURL​(java.lang.String keyURL)
        Parameters:
        keyURL - the keyURL to set
      • equals

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

        public java.lang.String toXML()
                               throws java.lang.Exception
        Overrides:
        toXML in class CMSRequestInfo
        Throws:
        java.lang.Exception
      • fromXML

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

        public java.lang.String toJSON()
                                throws java.lang.Exception
        Overrides:
        toJSON in class CMSRequestInfo
        Throws:
        java.lang.Exception
      • fromJSON

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

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