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 javax.xml.bind.JAXBElement<byte[]>> pgpKeyID_) |
Adds the given items to the value of "pgpKeyID_"
|
PGPDataType.Builder<_B> |
PGPDataType.Builder.addPGPKeyID(javax.xml.bind.JAXBElement<byte[]>... pgpKeyID_) |
Adds the given items to the value of "pgpKeyID_"
|
PGPDataType.Builder<_B> |
PGPDataType.Builder.addPGPKeyPacket(Iterable<? extends javax.xml.bind.JAXBElement<byte[]>> pgpKeyPacket_) |
Adds the given items to the value of "pgpKeyPacket_"
|
PGPDataType.Builder<_B> |
PGPDataType.Builder.addPGPKeyPacket(javax.xml.bind.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) |
|
PGPDataType.Builder<_B> |
PGPDataType.Builder.copyOf(PGPDataType _other) |
|
PGPDataType.Builder<_B> |
PGPDataType.Builder.copyOf(PGPDataType.Builder _other) |
|
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) |
|
PGPDataType.Builder<Void> |
PGPDataType.newCopyBuilder() |
|
<_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(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)
|