Class PublicKeysListElement.PubkeyMetadataElement
java.lang.Object
org.jivesoftware.smackx.ox.element.PublicKeysListElement.PubkeyMetadataElement
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
- Enclosing class:
- PublicKeysListElement
public static class PublicKeysListElement.PubkeyMetadataElement
extends Object
implements ExtensionElement
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPubkeyMetadataElement
(org.pgpainless.key.OpenPgpV4Fingerprint v4_fingerprint, Date date) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getDate()
Returns the root element name.Returns the root element XML namespace.org.pgpainless.key.OpenPgpV4Fingerprint
int
hashCode()
toXML
(XmlEnvironment enclosingNamespace) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
ATTR_V4_FINGERPRINT
- See Also:
-
ATTR_DATE
- See Also:
-
-
Constructor Details
-
PubkeyMetadataElement
-
-
Method Details
-
getV4Fingerprint
-
getDate
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Returns:
- the namespace.
-
toXML
-
hashCode
-
equals
-