| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Method and Description |
|---|---|
PGPDataType.Builder<_B> |
PGPDataType.Builder.addContent(Iterable<?> content)
Adds the given items to the value of "content"
|
PGPDataType.Builder<_B> |
PGPDataType.Builder.addContent(Object... content)
Adds the given items to the value of "content"
|
PGPDataType.Builder<_B> |
PGPDataType.Builder.addPGPKeyID(Iterable<? extends JAXBElement<byte[]>> pgpKeyID_)
Adds the given items to the value of "pgpKeyID_"
|
PGPDataType.Builder<_B> |
PGPDataType.Builder.addPGPKeyID(JAXBElement<byte[]>... pgpKeyID_)
Adds the given items to the value of "pgpKeyID_"
|
PGPDataType.Builder<_B> |
PGPDataType.Builder.addPGPKeyPacket(Iterable<? extends JAXBElement<byte[]>> pgpKeyPacket_)
Adds the given items to the value of "pgpKeyPacket_"
|
PGPDataType.Builder<_B> |
PGPDataType.Builder.addPGPKeyPacket(JAXBElement<byte[]>... pgpKeyPacket_)
Adds the given items to the value of "pgpKeyPacket_"
|
static PGPDataType.Builder<Void> |
PGPDataType.builder() |
static PGPDataType.Builder<Void> |
PGPDataType.copyExcept(PGPDataType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> PGPDataType.Builder<_B> |
PGPDataType.copyOf(PGPDataType _other) |
static <_B> PGPDataType.Builder<_B> |
PGPDataType.copyOf(PGPDataType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static PGPDataType.Builder<Void> |
PGPDataType.copyOnly(PGPDataType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> PGPDataType.Builder<_B> |
PGPDataType.newCopyBuilder(_B _parentBuilder) |
<_B> PGPDataType.Builder<_B> |
PGPDataType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
PGPDataType.Builder<Void> |
PGPDataType.newCopyBuilder() |
PGPDataType.Builder<Void> |
PGPDataType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
PGPDataType.Builder<_B> |
PGPDataType.Builder.withContent(Iterable<?> content)
Sets the new value of "content" (any previous value will be replaced)
|
PGPDataType.Builder<_B> |
PGPDataType.Builder.withContent(Object... content)
Sets the new value of "content" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
PGPDataType.copyTo(PGPDataType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
PGPDataType.copyTo(PGPDataType.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.