public class EncodedExtension extends Object
Constructor and Description |
---|
EncodedExtension() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
protected byte[] |
getStoredValue() |
String |
getValue() |
boolean |
isKnown() |
protected void |
setKnown(boolean known) |
void |
setName(String name) |
protected void |
setStoredValue(byte[] value) |
public String getName()
public void setName(String name)
protected void setKnown(boolean known)
protected byte[] getStoredValue()
public boolean isKnown()
protected void setStoredValue(byte[] value)
public String getValue()
Copyright © 2024. All rights reserved.