Package org.w3.xmldsig
Class RSAKeyValueType
- java.lang.Object
-
- org.w3.xmldsig.RSAKeyValueType
-
public class RSAKeyValueType extends Object
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRSAKeyValueType.Builder<_B>static classRSAKeyValueType.Selectstatic classRSAKeyValueType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Constructor Summary
Constructors Constructor Description RSAKeyValueType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RSAKeyValueType.Builder<Void>builder()static RSAKeyValueType.Builder<Void>copyExcept(RSAKeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static <_B> RSAKeyValueType.Builder<_B>copyOf(RSAKeyValueType _other)static <_B> RSAKeyValueType.Builder<_B>copyOf(RSAKeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static RSAKeyValueType.Builder<Void>copyOnly(RSAKeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)<_B> voidcopyTo(RSAKeyValueType.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(RSAKeyValueType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)Copies all state of this object to a builder.byte[]getExponent()Gets the value of the exponent property.byte[]getModulus()Gets the value of the modulus property.RSAKeyValueType.Builder<Void>newCopyBuilder()<_B> RSAKeyValueType.Builder<_B>newCopyBuilder(_B _parentBuilder)<_B> RSAKeyValueType.Builder<_B>newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)RSAKeyValueType.Builder<Void>newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetExponent(byte[] value)Sets the value of the exponent property.voidsetModulus(byte[] value)Sets the value of the modulus property.
-
-
-
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[]
-
copyTo
public <_B> void copyTo(RSAKeyValueType.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.w3.xmldsig.RSAKeyValueType)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> RSAKeyValueType.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public RSAKeyValueType.Builder<Void> newCopyBuilder()
-
builder
public static RSAKeyValueType.Builder<Void> builder()
-
copyOf
public static <_B> RSAKeyValueType.Builder<_B> copyOf(RSAKeyValueType _other)
-
copyTo
public <_B> void copyTo(RSAKeyValueType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder. This method is used by thecopyOf(org.w3.xmldsig.RSAKeyValueType)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> RSAKeyValueType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public RSAKeyValueType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> RSAKeyValueType.Builder<_B> copyOf(RSAKeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static RSAKeyValueType.Builder<Void> copyExcept(RSAKeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static RSAKeyValueType.Builder<Void> copyOnly(RSAKeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-