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) |
|
SignedInfoType.Builder<_B> |
SignedInfoType.Builder.copyOf(SignedInfoType _other) |
|
SignedInfoType.Builder<_B> |
SignedInfoType.Builder.copyOf(SignedInfoType.Builder _other) |
|
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) |
|
SignedInfoType.Builder<Void> |
SignedInfoType.newCopyBuilder() |
|
<_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(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 the existing builder or a new builder to build the value of the
"signedInfo" property.
|