public class XMLJapPublicKey extends java.lang.Object implements IXMLEncodable
| Modifier and Type | Field and Description |
|---|---|
private IMyPublicKey |
m_publicKey |
private static java.lang.String |
ms_elemName |
FIELD_XML_ELEMENT_CONTAINER_NAME, FIELD_XML_ELEMENT_NAME, XML_ATTR_ID, XML_ATTR_LANGUAGE, XML_ATTR_VERSION| Constructor and Description |
|---|
XMLJapPublicKey(byte[] data) |
XMLJapPublicKey(char[] data) |
XMLJapPublicKey(org.w3c.dom.Element elemKey) |
XMLJapPublicKey(IMyPublicKey key) |
XMLJapPublicKey(java.lang.String data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(XMLJapPublicKey k) |
IMyPublicKey |
getPublicKey() |
static java.lang.String |
getXMLElementName() |
private void |
setPubKey(org.w3c.dom.Element elemKey)
Parses an XML JapPublicKey structure.
|
org.w3c.dom.Element |
toXmlElement(org.w3c.dom.Document a_doc)
Return an element that can be appended to the document.
|
private IMyPublicKey m_publicKey
private static java.lang.String ms_elemName
public XMLJapPublicKey(IMyPublicKey key)
public XMLJapPublicKey(byte[] data)
throws java.lang.Exception
java.lang.Exceptionpublic XMLJapPublicKey(char[] data)
throws java.lang.Exception
java.lang.Exceptionpublic XMLJapPublicKey(java.lang.String data)
throws XMLParseException
XMLParseExceptionpublic XMLJapPublicKey(org.w3c.dom.Element elemKey)
throws XMLParseException
XMLParseExceptionpublic static java.lang.String getXMLElementName()
public IMyPublicKey getPublicKey()
private void setPubKey(org.w3c.dom.Element elemKey)
throws XMLParseException
elemKey - Element the "JapPublicKey" tagjava.lang.ExceptionXMLParseExceptionpublic org.w3c.dom.Element toXmlElement(org.w3c.dom.Document a_doc)
IXMLEncodabletoXmlElement in interface IXMLEncodablea_doc - a documentpublic boolean equals(XMLJapPublicKey k)
Copyright © 2023. All rights reserved.