|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.xkms.model.xkms.RSAKeyPairType
public class RSAKeyPairType
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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
RSAKeyPairType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected byte[] modulus
protected byte[] exponent
protected byte[] p
protected byte[] q
protected byte[] dp
protected byte[] dq
protected byte[] inverseQ
protected byte[] d
| Constructor Detail |
|---|
public RSAKeyPairType()
| Method Detail |
|---|
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 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||