public static class DSAKeyValueType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected DSAKeyValueType |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
DSAKeyValueType _other,
boolean _copy) |
Builder(_B _parentBuilder,
DSAKeyValueType _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
DSAKeyValueType |
build() |
_B |
end() |
protected <_P extends DSAKeyValueType> |
init(_P _product) |
DSAKeyValueType.Builder<_B> |
withG(byte[] g)
Sets the new value of "g" (any previous value will be replaced)
|
DSAKeyValueType.Builder<_B> |
withJ(byte[] j)
Sets the new value of "j" (any previous value will be replaced)
|
DSAKeyValueType.Builder<_B> |
withP(byte[] p)
Sets the new value of "p" (any previous value will be replaced)
|
DSAKeyValueType.Builder<_B> |
withPgenCounter(byte[] pgenCounter)
Sets the new value of "pgenCounter" (any previous value will be replaced)
|
DSAKeyValueType.Builder<_B> |
withQ(byte[] q)
Sets the new value of "q" (any previous value will be replaced)
|
DSAKeyValueType.Builder<_B> |
withSeed(byte[] seed)
Sets the new value of "seed" (any previous value will be replaced)
|
DSAKeyValueType.Builder<_B> |
withY(byte[] y)
Sets the new value of "y" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final DSAKeyValueType _storedValue
public Builder(_B _parentBuilder, DSAKeyValueType _other, boolean _copy)
public Builder(_B _parentBuilder, DSAKeyValueType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public _B end()
protected <_P extends DSAKeyValueType> _P init(_P _product)
public DSAKeyValueType.Builder<_B> withP(byte[] p)
p - New value of the "p" property.public DSAKeyValueType.Builder<_B> withQ(byte[] q)
q - New value of the "q" property.public DSAKeyValueType.Builder<_B> withG(byte[] g)
g - New value of the "g" property.public DSAKeyValueType.Builder<_B> withY(byte[] y)
y - New value of the "y" property.public DSAKeyValueType.Builder<_B> withJ(byte[] j)
j - New value of the "j" property.public DSAKeyValueType.Builder<_B> withSeed(byte[] seed)
seed - New value of the "seed" property.public DSAKeyValueType.Builder<_B> withPgenCounter(byte[] pgenCounter)
pgenCounter - New value of the "pgenCounter" property.public DSAKeyValueType build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2021 NorStella. All rights reserved.