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