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) |
KeyId |
getKeyId() |
java.lang.String |
getKeyURL() |
int |
hashCode() |
static void |
main(java.lang.String[] args) |
void |
setKeyURL(java.lang.String keyURL) |
java.lang.String |
toString() |
static KeyRequestInfo |
valueOf(java.lang.String string) |
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 toString()
toString
in class java.lang.Object
public static KeyRequestInfo valueOf(java.lang.String string) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception