public class UnresolvedExtensionSelector extends AbstractExtension implements ExtensionSelector
| Constructor and Description | 
|---|
UnresolvedExtensionSelector(byte[] arraybyte,
                           ExtensionSelectorType type)
Creates a new unresolved extension selector with given data in byte form. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
deserialize(byte[] data)
Deserialize the extension from a byte array. 
 | 
boolean | 
equals(Object obj)  | 
int | 
hashCode()  | 
byte[] | 
serialize()
Serialize the extension to a byte array. 
 | 
String | 
toString()  | 
ExtensionSelectorType | 
type()
Gets the type of the extension selector. 
 | 
getProperties, getPropertyValue, setPropertyValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProperties, getPropertyValue, setPropertyValuepublic UnresolvedExtensionSelector(byte[] arraybyte,
                                   ExtensionSelectorType type)
arraybyte - byte data for the extension selectortype - unresolved extension data typepublic byte[] serialize()
Extensionpublic void deserialize(byte[] data)
Extensiondeserialize in interface Extensiondata - input byte arraypublic ExtensionSelectorType type()
ExtensionSelectortype in interface ExtensionSelector