public class

XmlRSAKeyValueType

extends Object
java.lang.Object
   ↳ xades4j.xml.bind.xmldsig.XmlRSAKeyValueType

Class Overview

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>
 

Summary

Fields
protected byte[] exponent
protected byte[] modulus
Public Constructors
XmlRSAKeyValueType()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected byte[] exponent

protected byte[] modulus

Public Constructors

public XmlRSAKeyValueType ()

Public Methods

public byte[] getExponent ()

Gets the value of the exponent property.

Returns
  • possible object is String

public byte[] getModulus ()

Gets the value of the modulus property.

Returns
  • possible object is String

public void setExponent (byte[] value)

Sets the value of the exponent property.

Parameters
value allowed object is String

public void setModulus (byte[] value)

Sets the value of the modulus property.

Parameters
value allowed object is String