Package eu.europa.esig.xmldsig.jaxb
Class RSAKeyValueType
java.lang.Object
eu.europa.esig.xmldsig.jaxb.RSAKeyValueType
- All Implemented Interfaces:
Serializable
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>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the exponent property.byte[]Gets the value of the modulus property.voidsetExponent(byte[] value) Sets the value of the exponent property.voidsetModulus(byte[] value) Sets the value of the modulus property.
-
Field Details
-
modulus
protected byte[] modulus -
exponent
protected byte[] exponent
-
-
Constructor Details
-
RSAKeyValueType
public RSAKeyValueType()
-
-
Method Details
-
getModulus
public byte[] getModulus()Gets the value of the modulus property.- Returns:
- possible object is byte[]
-
setModulus
public void setModulus(byte[] value) Sets the value of the modulus property.- Parameters:
value- allowed object is byte[]
-
getExponent
public byte[] getExponent()Gets the value of the exponent property.- Returns:
- possible object is byte[]
-
setExponent
public void setExponent(byte[] value) Sets the value of the exponent property.- Parameters:
value- allowed object is byte[]
-