public class ChangePasswordReply extends AbstractPasswordMessage
OLD_PVNO, PVNO| Constructor and Description |
|---|
ChangePasswordReply(ApRep applicationReply,
KrbPriv privateMessage) |
ChangePasswordReply(short versionNumber,
ApRep applicationReply,
KrbPriv privateMessage)
Creates a new instance of ChangePasswordReply.
|
| Modifier and Type | Method and Description |
|---|---|
short |
computeLength() |
static ChangePasswordReply |
decode(ByteBuffer buf)
Decodes a
ByteBuffer into a ChangePasswordReply. |
ByteBuffer |
encode(ByteBuffer buf) |
ApRep |
getApplicationReply()
Returns the
ApplicationReply. |
KrbPriv |
getPrivateMessage()
Returns the
PrivateMessage. |
getVersionNumberpublic ApRep getApplicationReply()
ApplicationReply.ApplicationReply.public KrbPriv getPrivateMessage()
PrivateMessage.PrivateMessage.public short computeLength()
computeLength in class AbstractPasswordMessagepublic ByteBuffer encode(ByteBuffer buf) throws org.apache.directory.api.asn1.EncoderException
encode in class AbstractPasswordMessageorg.apache.directory.api.asn1.EncoderExceptionpublic static ChangePasswordReply decode(ByteBuffer buf) throws ChangePasswordException
ByteBuffer into a ChangePasswordReply.buf - ChangePasswordReply.KerberosExceptionChangePasswordExceptionCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.