public class DsRSAKeyValue
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dsExponent |
protected java.lang.String |
dsModulus |
| Constructor and Description |
|---|
DsRSAKeyValue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDsExponent()
Gets the value of the dsExponent property.
|
java.lang.String |
getDsModulus()
Gets the value of the dsModulus property.
|
void |
setDsExponent(java.lang.String value)
Sets the value of the dsExponent property.
|
void |
setDsModulus(java.lang.String value)
Sets the value of the dsModulus property.
|
protected java.lang.String dsModulus
protected java.lang.String dsExponent
public java.lang.String getDsModulus()
Stringpublic void setDsModulus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDsExponent()
Stringpublic void setDsExponent(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.