| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Method and Description |
|---|---|
SignedInfoType.Builder<_B> |
SignedInfoType.Builder.addReference(Iterable<? extends ReferenceType> reference)
Adds the given items to the value of "reference"
|
SignedInfoType.Builder<_B> |
SignedInfoType.Builder.addReference(ReferenceType... reference)
Adds the given items to the value of "reference"
|
static SignedInfoType.Builder<Void> |
SignedInfoType.builder() |
static SignedInfoType.Builder<Void> |
SignedInfoType.copyExcept(SignedInfoType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> SignedInfoType.Builder<_B> |
SignedInfoType.copyOf(SignedInfoType _other) |
static <_B> SignedInfoType.Builder<_B> |
SignedInfoType.copyOf(SignedInfoType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static SignedInfoType.Builder<Void> |
SignedInfoType.copyOnly(SignedInfoType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> SignedInfoType.Builder<_B> |
SignedInfoType.newCopyBuilder(_B _parentBuilder) |
<_B> SignedInfoType.Builder<_B> |
SignedInfoType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
SignedInfoType.Builder<Void> |
SignedInfoType.newCopyBuilder() |
SignedInfoType.Builder<Void> |
SignedInfoType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
SignedInfoType.Builder<_B> |
SignedInfoType.Builder.withCanonicalizationMethod(CanonicalizationMethodType canonicalizationMethod)
Sets the new value of "canonicalizationMethod" (any previous value will be replaced)
|
SignedInfoType.Builder<_B> |
SignedInfoType.Builder.withId(String id)
Sets the new value of "id" (any previous value will be replaced)
|
SignedInfoType.Builder<_B> |
SignedInfoType.Builder.withReference(Iterable<? extends ReferenceType> reference)
Sets the new value of "reference" (any previous value will be replaced)
|
SignedInfoType.Builder<_B> |
SignedInfoType.Builder.withReference(ReferenceType... reference)
Sets the new value of "reference" (any previous value will be replaced)
|
SignedInfoType.Builder<_B> |
SignedInfoType.Builder.withSignatureMethod(SignatureMethodType signatureMethod)
Sets the new value of "signatureMethod" (any previous value will be replaced)
|
SignedInfoType.Builder<? extends SignatureType.Builder<_B>> |
SignatureType.Builder.withSignedInfo()
Returns a new builder to build the value of the "signedInfo" property (replacing previous value).
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceType.Builder<? extends SignedInfoType.Builder<_B>> |
SignedInfoType.Builder.addReference()
Returns a new builder to build an additional value of the "Reference" property.
|
CanonicalizationMethodType.Builder<? extends SignedInfoType.Builder<_B>> |
SignedInfoType.Builder.withCanonicalizationMethod()
Returns a new builder to build the value of the "canonicalizationMethod" property (replacing previous value).
|
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 |
SignedInfoType.copyTo(SignedInfoType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
SignedInfoType.copyTo(SignedInfoType.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.