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, setRequestURLpublic java.lang.String getKeyURL()
public KeyId getKeyId()
public void setKeyURL(java.lang.String keyURL)
keyURL - the keyURL to setpublic int hashCode()
hashCode in class CMSRequestInfopublic boolean equals(java.lang.Object obj)
equals in class CMSRequestInfopublic java.lang.String toXML()
throws java.lang.Exception
toXML in class CMSRequestInfojava.lang.Exceptionpublic static KeyRequestInfo fromXML(java.lang.String string) throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String toJSON()
throws java.lang.Exception
toJSON in class CMSRequestInfojava.lang.Exceptionpublic static KeyRequestInfo fromJSON(java.lang.String json) throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String toString()
toString in class CMSRequestInfopublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception