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