public class ExtensionValue extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
encoding
Encoded form of the extension.
|
| Constructor and Description |
|---|
ExtensionValue()
Default constructor.
|
ExtensionValue(byte[] encoding)
Creates the object on the base of its encoded form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpValue(StringBuilder sb) |
void |
dumpValue(StringBuilder sb,
String prefix) |
byte[] |
getEncoded()
Returns encoded form of the object.
|
public ExtensionValue()
public ExtensionValue(byte[] encoding)
public byte[] getEncoded()
public void dumpValue(StringBuilder sb, String prefix)
public void dumpValue(StringBuilder sb)