public final class PublicKeysListElement extends Object implements ExtensionElement
Modifier and Type | Class and Description |
---|---|
static class |
PublicKeysListElement.Builder |
static class |
PublicKeysListElement.PubkeyMetadataElement |
Modifier and Type | Field and Description |
---|---|
static String |
ELEMENT |
static String |
NAMESPACE |
Modifier and Type | Method and Description |
---|---|
static PublicKeysListElement.Builder |
builder() |
String |
getElementName()
Returns the root element name.
|
TreeMap<org.pgpainless.key.OpenPgpV4Fingerprint,PublicKeysListElement.PubkeyMetadataElement> |
getMetadata() |
String |
getNamespace()
Returns the root element XML namespace.
|
XmlStringBuilder |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
public static final String NAMESPACE
public static final String ELEMENT
public static PublicKeysListElement.Builder builder()
public TreeMap<org.pgpainless.key.OpenPgpV4Fingerprint,PublicKeysListElement.PubkeyMetadataElement> getMetadata()
public String getNamespace()
FullyQualifiedElement
getNamespace
in interface FullyQualifiedElement
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public XmlStringBuilder toXML(String enclosingNamespace)
Element