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 javax.xml.bind.JAXBElement<String>> keyName_) |
Adds the given items to the value of "keyName_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addKeyName(javax.xml.bind.JAXBElement<String>... keyName_) |
Adds the given items to the value of "keyName_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addKeyValue(Iterable<? extends javax.xml.bind.JAXBElement<KeyValueType>> keyValue_) |
Adds the given items to the value of "keyValue_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addKeyValue(javax.xml.bind.JAXBElement<KeyValueType>... keyValue_) |
Adds the given items to the value of "keyValue_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addMgmtData(Iterable<? extends javax.xml.bind.JAXBElement<String>> mgmtData_) |
Adds the given items to the value of "mgmtData_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addMgmtData(javax.xml.bind.JAXBElement<String>... mgmtData_) |
Adds the given items to the value of "mgmtData_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addPGPData(Iterable<? extends javax.xml.bind.JAXBElement<PGPDataType>> pgpData_) |
Adds the given items to the value of "pgpData_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addPGPData(javax.xml.bind.JAXBElement<PGPDataType>... pgpData_) |
Adds the given items to the value of "pgpData_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addRetrievalMethod(Iterable<? extends javax.xml.bind.JAXBElement<RetrievalMethodType>> retrievalMethod_) |
Adds the given items to the value of "retrievalMethod_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addRetrievalMethod(javax.xml.bind.JAXBElement<RetrievalMethodType>... retrievalMethod_) |
Adds the given items to the value of "retrievalMethod_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addSPKIData(Iterable<? extends javax.xml.bind.JAXBElement<SPKIDataType>> spkiData_) |
Adds the given items to the value of "spkiData_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addSPKIData(javax.xml.bind.JAXBElement<SPKIDataType>... spkiData_) |
Adds the given items to the value of "spkiData_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addX509Data(Iterable<? extends javax.xml.bind.JAXBElement<X509DataType>> x509Data_) |
Adds the given items to the value of "x509Data_"
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.addX509Data(javax.xml.bind.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) |
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.copyOf(KeyInfoType _other) |
|
KeyInfoType.Builder<_B> |
KeyInfoType.Builder.copyOf(KeyInfoType.Builder _other) |
|
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) |
|
KeyInfoType.Builder<Void> |
KeyInfoType.newCopyBuilder() |
|
<_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(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 the existing builder or a new builder to build the value of the
"keyInfo" property.
|