Package com.helger.xsds.xmldsig
Class RSAKeyValueType
- java.lang.Object
-
- com.helger.xsds.xmldsig.RSAKeyValueType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class RSAKeyValueType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
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>This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RSAKeyValueType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RSAKeyValueTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(RSAKeyValueType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodebyte[]getExponent()Gets the value of the exponent property.byte[]getModulus()Gets the value of the modulus property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetExponent(byte[] value)Sets the value of the exponent property.voidsetModulus(byte[] value)Sets the value of the modulus property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getModulus
@Nullable public byte[] getModulus()
Gets the value of the modulus property.- Returns:
- possible object is byte[]
-
setModulus
public void setModulus(@Nullable byte[] value)
Sets the value of the modulus property.- Parameters:
value- allowed object is byte[]
-
getExponent
@Nullable public byte[] getExponent()
Gets the value of the exponent property.- Returns:
- possible object is byte[]
-
setExponent
public void setExponent(@Nullable byte[] value)
Sets the value of the exponent property.- Parameters:
value- allowed object is byte[]
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull RSAKeyValueType ret)
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public RSAKeyValueType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-