public static class PubkeyElement.PubkeyDataElement extends Object implements NamedElement
Constructor and Description |
---|
PubkeyDataElement(byte[] b64Data) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getB64Data()
Base64 encoded public key.
|
String |
getElementName()
Returns the root element name.
|
XmlStringBuilder |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
public static final String ELEMENT
public PubkeyDataElement(byte[] b64Data)
public byte[] getB64Data()
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public XmlStringBuilder toXML(String enclosingNamespace)
Element