Class RSAKeyValueType

java.lang.Object
org.w3._2000._09.xmldsig_.RSAKeyValueType

public class RSAKeyValueType extends Object

Java-Klasse für RSAKeyValueType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 
  • Field Details

    • modulus

      protected byte[] modulus
    • exponent

      protected byte[] exponent
  • Constructor Details

    • RSAKeyValueType

      public RSAKeyValueType()
  • Method Details

    • getModulus

      public byte[] getModulus()
      Ruft den Wert der modulus-Eigenschaft ab.
      Returns:
      possible object is byte[]
    • setModulus

      public void setModulus(byte[] value)
      Legt den Wert der modulus-Eigenschaft fest.
      Parameters:
      value - allowed object is byte[]
    • getExponent

      public byte[] getExponent()
      Ruft den Wert der exponent-Eigenschaft ab.
      Returns:
      possible object is byte[]
    • setExponent

      public void setExponent(byte[] value)
      Legt den Wert der exponent-Eigenschaft fest.
      Parameters:
      value - allowed object is byte[]