org.w3._2000._09.xmldsig
Class RSAKeyValueType

java.lang.Object
  extended by org.w3._2000._09.xmldsig.RSAKeyValueType
All Implemented Interfaces:
java.io.Serializable

public class RSAKeyValueType
extends java.lang.Object
implements java.io.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:
Serialized Form

Field Summary
protected  byte[] exponent
           
protected  byte[] modulus
           
 
Constructor Summary
RSAKeyValueType()
           
 
Method Summary
 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.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

modulus

protected byte[] modulus

exponent

protected byte[] exponent
Constructor Detail

RSAKeyValueType

public RSAKeyValueType()
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[]

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object


Copyright © 2011 evolveum. All Rights Reserved.