public abstract class AbstractPasswordMessage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
HEADER_LENGTH |
static short |
OLD_PVNO |
static short |
PVNO
ChangePassword protocol version number.
|
private short |
versionNumber |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPasswordMessage(short versionNumber) |
| Modifier and Type | Method and Description |
|---|---|
abstract short |
computeLength() |
abstract java.nio.ByteBuffer |
encode(java.nio.ByteBuffer buf) |
short |
getVersionNumber()
Returns the version number.
|
public static final short PVNO
public static final short OLD_PVNO
static final int HEADER_LENGTH
private short versionNumber
public short getVersionNumber()
public abstract short computeLength()
public abstract java.nio.ByteBuffer encode(java.nio.ByteBuffer buf)
throws org.apache.directory.api.asn1.EncoderException
org.apache.directory.api.asn1.EncoderException