|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig.RSAKeyValueType
public class RSAKeyValueType
Java class for RSAKeyValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RSAKeyValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Modulus" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
<element name="Exponent" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected byte[] |
exponent
|
protected byte[] |
modulus
|
| Constructor Summary | |
|---|---|
RSAKeyValueType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig.RSAKeyValueType instance. |
|
RSAKeyValueType(RSAKeyValueType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig.RSAKeyValueType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
RSAKeyValueType |
clone()
Creates and returns a copy of this object. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected byte[] modulus
protected byte[] exponent
| Constructor Detail |
|---|
public RSAKeyValueType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig.RSAKeyValueType instance.
public RSAKeyValueType(RSAKeyValueType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig.RSAKeyValueType instance by copying a given instance.
o - The instance to copy or null.| 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 RSAKeyValueType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||