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

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

        public static KeyRequestInfo valueOf​(java.lang.String string)
                                      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