| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Method and Description |
|---|---|
static DSAKeyValueType.Builder<Void> |
DSAKeyValueType.builder() |
static DSAKeyValueType.Builder<Void> |
DSAKeyValueType.copyExcept(DSAKeyValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> DSAKeyValueType.Builder<_B> |
DSAKeyValueType.copyOf(DSAKeyValueType _other) |
static <_B> DSAKeyValueType.Builder<_B> |
DSAKeyValueType.copyOf(DSAKeyValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static DSAKeyValueType.Builder<Void> |
DSAKeyValueType.copyOnly(DSAKeyValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> DSAKeyValueType.Builder<_B> |
DSAKeyValueType.newCopyBuilder(_B _parentBuilder) |
<_B> DSAKeyValueType.Builder<_B> |
DSAKeyValueType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
DSAKeyValueType.Builder<Void> |
DSAKeyValueType.newCopyBuilder() |
DSAKeyValueType.Builder<Void> |
DSAKeyValueType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
DSAKeyValueType.Builder<_B> |
DSAKeyValueType.Builder.withG(byte[] g)
Sets the new value of "g" (any previous value will be replaced)
|
DSAKeyValueType.Builder<_B> |
DSAKeyValueType.Builder.withJ(byte[] j)
Sets the new value of "j" (any previous value will be replaced)
|
DSAKeyValueType.Builder<_B> |
DSAKeyValueType.Builder.withP(byte[] p)
Sets the new value of "p" (any previous value will be replaced)
|
DSAKeyValueType.Builder<_B> |
DSAKeyValueType.Builder.withPgenCounter(byte[] pgenCounter)
Sets the new value of "pgenCounter" (any previous value will be replaced)
|
DSAKeyValueType.Builder<_B> |
DSAKeyValueType.Builder.withQ(byte[] q)
Sets the new value of "q" (any previous value will be replaced)
|
DSAKeyValueType.Builder<_B> |
DSAKeyValueType.Builder.withSeed(byte[] seed)
Sets the new value of "seed" (any previous value will be replaced)
|
DSAKeyValueType.Builder<_B> |
DSAKeyValueType.Builder.withY(byte[] y)
Sets the new value of "y" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
DSAKeyValueType.copyTo(DSAKeyValueType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
DSAKeyValueType.copyTo(DSAKeyValueType.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
Copyright © 2021 NorStella. All rights reserved.