Package org.w3._2000._09.xmldsig_
Class RSAKeyValueType
java.lang.Object
org.w3._2000._09.xmldsig_.RSAKeyValueType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Ruft den Wert der exponent-Eigenschaft ab.byte[]Ruft den Wert der modulus-Eigenschaft ab.voidsetExponent(byte[] value) Legt den Wert der exponent-Eigenschaft fest.voidsetModulus(byte[] value) Legt den Wert der modulus-Eigenschaft fest.
-
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[]
-