public class ChangePasswordDataEncoder extends Object
| Constructor and Description |
|---|
ChangePasswordDataEncoder() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode(ChangePasswordData data)
Encodes a
ChangePasswordData into a byte array. |
void |
encode(ChangePasswordData data,
ByteBuffer out)
Encodes a
ChangePasswordData into a ByteBuffer. |
public byte[] encode(ChangePasswordData data) throws IOException
ChangePasswordData into a byte array.data - IOExceptionpublic void encode(ChangePasswordData data, ByteBuffer out) throws IOException
ChangePasswordData into a ByteBuffer.data - out - IOExceptionCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.