public class KeyRequestInfo extends CMSRequestInfo
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
keyURL |
realm, requestStatus, requestType, requestURL
Constructor and Description |
---|
KeyRequestInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static KeyRequestInfo |
fromJSON(java.lang.String json) |
static KeyRequestInfo |
fromXML(java.lang.String string) |
KeyId |
getKeyId() |
java.lang.String |
getKeyURL() |
int |
hashCode() |
static void |
main(java.lang.String[] args) |
void |
setKeyURL(java.lang.String keyURL) |
java.lang.String |
toJSON() |
java.lang.String |
toString() |
java.lang.String |
toXML() |
getRealm, getRequestId, getRequestStatus, getRequestType, getRequestURL, setRealm, setRequestStatus, setRequestType, setRequestURL
public java.lang.String getKeyURL()
public KeyId getKeyId()
public void setKeyURL(java.lang.String keyURL)
keyURL
- the keyURL to setpublic int hashCode()
hashCode
in class CMSRequestInfo
public boolean equals(java.lang.Object obj)
equals
in class CMSRequestInfo
public java.lang.String toXML() throws java.lang.Exception
toXML
in class CMSRequestInfo
java.lang.Exception
public static KeyRequestInfo fromXML(java.lang.String string) throws java.lang.Exception
java.lang.Exception
public java.lang.String toJSON() throws java.lang.Exception
toJSON
in class CMSRequestInfo
java.lang.Exception
public static KeyRequestInfo fromJSON(java.lang.String json) throws java.lang.Exception
java.lang.Exception
public java.lang.String toString()
toString
in class CMSRequestInfo
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception