Class WopiProofKeyJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.WopiProofKeyJson
-
- All Implemented Interfaces:
Serializable
public class WopiProofKeyJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WopiProofKeyJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExponent()
String
getModulus()
String
getOldexponent()
String
getOldmodulus()
String
getOldvalue()
String
getValue()
void
setExponent(String exponent)
void
setModulus(String modulus)
void
setOldexponent(String oldexponent)
void
setOldmodulus(String oldmodulus)
void
setOldvalue(String oldvalue)
void
setValue(String value)
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getOldmodulus
public String getOldmodulus()
-
setOldmodulus
public void setOldmodulus(String oldmodulus)
-
getOldexponent
public String getOldexponent()
-
setOldexponent
public void setOldexponent(String oldexponent)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getModulus
public String getModulus()
-
setModulus
public void setModulus(String modulus)
-
getOldvalue
public String getOldvalue()
-
setOldvalue
public void setOldvalue(String oldvalue)
-
getExponent
public String getExponent()
-
setExponent
public void setExponent(String exponent)
-
-