public class RSAKeyPairType extends Object
Java class for RSAKeyPairType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RSAKeyPairType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2002/03/xkms#}Modulus"/>
<element ref="{http://www.w3.org/2002/03/xkms#}Exponent"/>
<element ref="{http://www.w3.org/2002/03/xkms#}P"/>
<element ref="{http://www.w3.org/2002/03/xkms#}Q"/>
<element ref="{http://www.w3.org/2002/03/xkms#}DP"/>
<element ref="{http://www.w3.org/2002/03/xkms#}DQ"/>
<element ref="{http://www.w3.org/2002/03/xkms#}InverseQ"/>
<element ref="{http://www.w3.org/2002/03/xkms#}D"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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