public abstract class AbstractPasswordMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
OLD_PVNO |
static short |
PVNO
ChangePassword protocol version number.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPasswordMessage(short versionNumber) |
| Modifier and Type | Method and Description |
|---|---|
abstract short |
computeLength() |
abstract ByteBuffer |
encode(ByteBuffer buf) |
short |
getVersionNumber()
Returns the version number.
|
public static final short PVNO
public static final short OLD_PVNO
public short getVersionNumber()
public abstract short computeLength()
public abstract ByteBuffer encode(ByteBuffer buf) throws org.apache.directory.api.asn1.EncoderException
org.apache.directory.api.asn1.EncoderExceptionCopyright © 2003–2014 The Apache Software Foundation. All rights reserved.