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 . |
getVersionNumber
public ApRep getApplicationReply()
ApplicationReply
.ApplicationReply
.public KrbPriv getPrivateMessage()
PrivateMessage
.PrivateMessage
.public short computeLength()
computeLength
in class AbstractPasswordMessage
public ByteBuffer encode(ByteBuffer buf) throws org.apache.directory.api.asn1.EncoderException
encode
in class AbstractPasswordMessage
org.apache.directory.api.asn1.EncoderException
public static ChangePasswordReply decode(ByteBuffer buf) throws ChangePasswordException
ByteBuffer
into a ChangePasswordReply
.buf
- ChangePasswordReply
.KerberosException
ChangePasswordException
Copyright © 2018. All rights reserved.