at.gv.zustellung.zkopf.xsd.xmldsig
Class RSAKeyValueType

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.xmldsig.RSAKeyValueType

public class RSAKeyValueType
extends Object

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 Summary
RSAKeyValueType()
           
 
Method Summary
 String getExponent()
          Gets the value of the exponent property.
 String getModulus()
          Gets the value of the modulus property.
 void setExponent(String value)
          Sets the value of the exponent property.
 void setModulus(String value)
          Sets the value of the modulus property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSAKeyValueType

public RSAKeyValueType()
Method Detail

getModulus

public String getModulus()
Gets the value of the modulus property.

Returns:
possible object is String

setModulus

public void setModulus(String value)
Sets the value of the modulus property.

Parameters:
value - allowed object is String

getExponent

public String getExponent()
Gets the value of the exponent property.

Returns:
possible object is String

setExponent

public void setExponent(String value)
Sets the value of the exponent property.

Parameters:
value - allowed object is String


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.