net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.xmldsig
Class RSAKeyValueType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.xmldsig.RSAKeyValueType
All Implemented Interfaces:
Serializable, Cloneable

public class RSAKeyValueType
extends Object
implements Serializable, Cloneable

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:
Serialized Form

Field Summary
protected  byte[] exponent
           
protected  byte[] modulus
           
 
Constructor Summary
RSAKeyValueType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.xmldsig.RSAKeyValueType instance.
RSAKeyValueType(RSAKeyValueType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.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

modulus

protected byte[] modulus

exponent

protected byte[] exponent
Constructor Detail

RSAKeyValueType

public RSAKeyValueType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.xmldsig.RSAKeyValueType instance.


RSAKeyValueType

public RSAKeyValueType(RSAKeyValueType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.xmldsig.RSAKeyValueType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

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[]

clone

public RSAKeyValueType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.