| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Method and Description |
|---|---|
DigestMethodType.Builder<_B> |
DigestMethodType.Builder.addContent(Iterable<?> content)
Adds the given items to the value of "content"
|
DigestMethodType.Builder<_B> |
DigestMethodType.Builder.addContent(Object... content)
Adds the given items to the value of "content"
|
static DigestMethodType.Builder<Void> |
DigestMethodType.builder() |
static DigestMethodType.Builder<Void> |
DigestMethodType.copyExcept(DigestMethodType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> DigestMethodType.Builder<_B> |
DigestMethodType.copyOf(DigestMethodType _other) |
static <_B> DigestMethodType.Builder<_B> |
DigestMethodType.copyOf(DigestMethodType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static DigestMethodType.Builder<Void> |
DigestMethodType.copyOnly(DigestMethodType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> DigestMethodType.Builder<_B> |
DigestMethodType.newCopyBuilder(_B _parentBuilder) |
<_B> DigestMethodType.Builder<_B> |
DigestMethodType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
DigestMethodType.Builder<Void> |
DigestMethodType.newCopyBuilder() |
DigestMethodType.Builder<Void> |
DigestMethodType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
DigestMethodType.Builder<_B> |
DigestMethodType.Builder.withAlgorithm(String algorithm)
Sets the new value of "algorithm" (any previous value will be replaced)
|
DigestMethodType.Builder<_B> |
DigestMethodType.Builder.withContent(Iterable<?> content)
Sets the new value of "content" (any previous value will be replaced)
|
DigestMethodType.Builder<_B> |
DigestMethodType.Builder.withContent(Object... content)
Sets the new value of "content" (any previous value will be replaced)
|
DigestMethodType.Builder<? extends ReferenceType.Builder<_B>> |
ReferenceType.Builder.withDigestMethod()
Returns a new builder to build the value of the "digestMethod" property (replacing previous value).
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
DigestMethodType.copyTo(DigestMethodType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
DigestMethodType.copyTo(DigestMethodType.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 © 2022 NorStella. All rights reserved.