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>
| Modifier and Type | Class and Description |
|---|---|
static class |
RSAKeyValueType.Builder<_B> |
static class |
RSAKeyValueType.Select |
static class |
RSAKeyValueType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
exponent |
protected byte[] |
modulus |
| Constructor and Description |
|---|
RSAKeyValueType() |
| Modifier and Type | Method and 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> void |
copyTo(RSAKeyValueType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_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.
|
byte[] |
getExponent()
Gets the value of the exponent property.
|
byte[] |
getModulus()
Gets the value of the modulus property.
|
<_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() |
RSAKeyValueType.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setExponent(byte[] value)
Sets the value of the exponent property.
|
void |
setModulus(byte[] value)
Sets the value of the modulus property.
|
public byte[] getModulus()
public void setModulus(byte[] value)
value - allowed object is
byte[]public byte[] getExponent()
public void setExponent(byte[] value)
value - allowed object is
byte[]public <_B> void copyTo(RSAKeyValueType.Builder<_B> _other)
copyOf(org.w3.xmldsig.RSAKeyValueType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> RSAKeyValueType.Builder<_B> newCopyBuilder(_B _parentBuilder)
public RSAKeyValueType.Builder<Void> newCopyBuilder()
public static RSAKeyValueType.Builder<Void> builder()
public static <_B> RSAKeyValueType.Builder<_B> copyOf(RSAKeyValueType _other)
public <_B> void copyTo(RSAKeyValueType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.w3.xmldsig.RSAKeyValueType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> RSAKeyValueType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public RSAKeyValueType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> RSAKeyValueType.Builder<_B> copyOf(RSAKeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static RSAKeyValueType.Builder<Void> copyExcept(RSAKeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static RSAKeyValueType.Builder<Void> copyOnly(RSAKeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.