Package org.nuxeo.wopi
Class WOPIDiscovery.ProofKey
- java.lang.Object
-
- org.nuxeo.wopi.WOPIDiscovery.ProofKey
-
- Enclosing class:
- WOPIDiscovery
public static class WOPIDiscovery.ProofKey extends Object
-
-
Constructor Summary
Constructors Constructor Description ProofKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExponent()
String
getModulus()
String
getOldExponent()
String
getOldModulus()
void
setExponent(String exponent)
void
setModulus(String modulus)
void
setOldExponent(String oldExponent)
void
setOldModulus(String oldModulus)
-
-
-
Method Detail
-
getExponent
public String getExponent()
-
setExponent
public void setExponent(String exponent)
-
getModulus
public String getModulus()
-
setModulus
public void setModulus(String modulus)
-
getOldExponent
public String getOldExponent()
-
setOldExponent
public void setOldExponent(String oldExponent)
-
getOldModulus
public String getOldModulus()
-
setOldModulus
public void setOldModulus(String oldModulus)
-
-