public static class WOPIDiscovery.ProofKey extends Object
Constructor and Description |
---|
ProofKey() |
Modifier and Type | Method and 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) |
public ProofKey()
public String getExponent()
public void setExponent(String exponent)
public String getModulus()
public void setModulus(String modulus)
public String getOldExponent()
public void setOldExponent(String oldExponent)
public String getOldModulus()
public void setOldModulus(String oldModulus)
Copyright © 2019 Nuxeo. All rights reserved.