public class RSAKeyValueType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
exponent |
protected byte[] |
modulus |
| Constructor and Description |
|---|
RSAKeyValueType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getExponent()
Gets the value of the exponent property.
|
byte[] |
getModulus()
Gets the value of the modulus property.
|
void |
setExponent(byte[] value)
Sets the value of the exponent property.
|
void |
setModulus(byte[] value)
Sets the value of the modulus property.
|
public byte[] getModulus()
public void setModulus(byte[] value)
value - allowed object is
byte[]public byte[] getExponent()
public void setExponent(byte[] value)
value - allowed object is
byte[]Apache CXF