public class RSAKeyPairType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
d |
protected byte[] |
dp |
protected byte[] |
dq |
protected byte[] |
exponent |
protected byte[] |
inverseQ |
protected byte[] |
modulus |
protected byte[] |
p |
protected byte[] |
q |
| Constructor and Description |
|---|
RSAKeyPairType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getD()
Gets the value of the d property.
|
byte[] |
getDP()
Gets the value of the dp property.
|
byte[] |
getDQ()
Gets the value of the dq property.
|
byte[] |
getExponent()
Gets the value of the exponent property.
|
byte[] |
getInverseQ()
Gets the value of the inverseQ property.
|
byte[] |
getModulus()
Gets the value of the modulus property.
|
byte[] |
getP()
Gets the value of the p property.
|
byte[] |
getQ()
Gets the value of the q property.
|
void |
setD(byte[] value)
Sets the value of the d property.
|
void |
setDP(byte[] value)
Sets the value of the dp property.
|
void |
setDQ(byte[] value)
Sets the value of the dq property.
|
void |
setExponent(byte[] value)
Sets the value of the exponent property.
|
void |
setInverseQ(byte[] value)
Sets the value of the inverseQ property.
|
void |
setModulus(byte[] value)
Sets the value of the modulus property.
|
void |
setP(byte[] value)
Sets the value of the p property.
|
void |
setQ(byte[] value)
Sets the value of the q property.
|
protected byte[] modulus
protected byte[] exponent
protected byte[] p
protected byte[] q
protected byte[] dp
protected byte[] dq
protected byte[] inverseQ
protected byte[] d
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[]public byte[] getP()
public void setP(byte[] value)
value - allowed object is
byte[]public byte[] getQ()
public void setQ(byte[] value)
value - allowed object is
byte[]public byte[] getDP()
public void setDP(byte[] value)
value - allowed object is
byte[]public byte[] getDQ()
public void setDQ(byte[] value)
value - allowed object is
byte[]public byte[] getInverseQ()
public void setInverseQ(byte[] value)
value - allowed object is
byte[]public byte[] getD()
public void setD(byte[] value)
value - allowed object is
byte[]Apache CXF