| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Method and Description |
|---|---|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addContent(Iterable<?> content)
Adds the given items to the value of "content"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addContent(Object... content)
Adds the given items to the value of "content"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addKeyName(Iterable<? extends JAXBElement<String>> keyName_)
Adds the given items to the value of "keyName_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addKeyName(JAXBElement<String>... keyName_)
Adds the given items to the value of "keyName_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addKeyValue(Iterable<? extends JAXBElement<KeyValueType>> keyValue_)
Adds the given items to the value of "keyValue_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addKeyValue(JAXBElement<KeyValueType>... keyValue_)
Adds the given items to the value of "keyValue_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addMgmtData(Iterable<? extends JAXBElement<String>> mgmtData_)
Adds the given items to the value of "mgmtData_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addMgmtData(JAXBElement<String>... mgmtData_)
Adds the given items to the value of "mgmtData_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addPGPData(Iterable<? extends JAXBElement<PGPDataType>> pgpData_)
Adds the given items to the value of "pgpData_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addPGPData(JAXBElement<PGPDataType>... pgpData_)
Adds the given items to the value of "pgpData_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addRetrievalMethod(Iterable<? extends JAXBElement<RetrievalMethodType>> retrievalMethod_)
Adds the given items to the value of "retrievalMethod_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addRetrievalMethod(JAXBElement<RetrievalMethodType>... retrievalMethod_)
Adds the given items to the value of "retrievalMethod_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addSPKIData(Iterable<? extends JAXBElement<SPKIDataType>> spkiData_)
Adds the given items to the value of "spkiData_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addSPKIData(JAXBElement<SPKIDataType>... spkiData_)
Adds the given items to the value of "spkiData_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addX509Data(Iterable<? extends JAXBElement<X509DataType>> x509Data_)
Adds the given items to the value of "x509Data_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addX509Data(JAXBElement<X509DataType>... x509Data_)
Adds the given items to the value of "x509Data_"
|
static KeyInfoType.Builder<Void> |
KeyInfoType.builder() |
static KeyInfoType.Builder<Void> |
KeyInfoType.copyExcept(KeyInfoType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> KeyInfoType.Builder<_B> |
KeyInfoType.copyOf(KeyInfoType _other) |
static <_B> KeyInfoType.Builder<_B> |
KeyInfoType.copyOf(KeyInfoType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static KeyInfoType.Builder<Void> |
KeyInfoType.copyOnly(KeyInfoType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> KeyInfoType.Builder<_B> |
KeyInfoType.newCopyBuilder(_B _parentBuilder) |
<_B> KeyInfoType.Builder<_B> |
KeyInfoType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
KeyInfoType.Builder<Void> |
KeyInfoType.newCopyBuilder() |
KeyInfoType.Builder<Void> |
KeyInfoType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.withContent(Iterable<?> content)
Sets the new value of "content" (any previous value will be replaced)
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.withContent(Object... content)
Sets the new value of "content" (any previous value will be replaced)
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.withId(String id)
Sets the new value of "id" (any previous value will be replaced)
|
KeyInfoType.Builder<? extends SignatureType.Builder<_B>> |
SignatureType.Builder.withKeyInfo()
Returns a new builder to build the value of the "keyInfo" property (replacing previous value).
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
KeyInfoType.copyTo(KeyInfoType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
KeyInfoType.copyTo(KeyInfoType.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.