public class KdcReplyEncoder extends Object
| Constructor and Description |
|---|
KdcReplyEncoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(KdcReply app,
ByteBuffer out)
Encodes a
KdcReply into a ByteBuffer. |
public void encode(KdcReply app, ByteBuffer out) throws IOException
KdcReply into a ByteBuffer.
AS-REP ::= [APPLICATION 11] KDC-REP
TGS-REP ::= [APPLICATION 13] KDC-REPapp - out - IOExceptionCopyright © 2003–2014 The Apache Software Foundation. All rights reserved.