@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:18:07+02:00", comments="JAXB RI v2.2.11") public class RSAKeyValue extends Object implements 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>
| Constructor and Description |
|---|
RSAKeyValue() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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[]
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.