public static class RSAKeyValueType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected RSAKeyValueType |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
RSAKeyValueType _other,
boolean _copy) |
Builder(_B _parentBuilder,
RSAKeyValueType _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
RSAKeyValueType |
build() |
_B |
end() |
protected <_P extends RSAKeyValueType> |
init(_P _product) |
RSAKeyValueType.Builder<_B> |
withExponent(byte[] exponent)
Sets the new value of "exponent" (any previous value will be replaced)
|
RSAKeyValueType.Builder<_B> |
withModulus(byte[] modulus)
Sets the new value of "modulus" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final RSAKeyValueType _storedValue
public Builder(_B _parentBuilder, RSAKeyValueType _other, boolean _copy)
public Builder(_B _parentBuilder, RSAKeyValueType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public _B end()
protected <_P extends RSAKeyValueType> _P init(_P _product)
public RSAKeyValueType.Builder<_B> withModulus(byte[] modulus)
modulus - New value of the "modulus" property.public RSAKeyValueType.Builder<_B> withExponent(byte[] exponent)
exponent - New value of the "exponent" property.public RSAKeyValueType build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2021 NorStella. All rights reserved.