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
      • toDOM

        public org.w3c.dom.Element toDOM​(org.w3c.dom.Document document)
        Overrides:
        toDOM in class CMSRequestInfo
      • fromDOM

        public static KeyRequestInfo fromDOM​(org.w3c.dom.Element infoElement)
      • 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 xml)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception