public class KdcReplyDecoder extends Object
Constructor and Description |
---|
KdcReplyDecoder() |
Modifier and Type | Method and Description |
---|---|
KdcReply |
decode(ByteBuffer in)
Decodes a
ByteBuffer into a KdcReply . |
public KdcReply decode(ByteBuffer in) throws IOException
ByteBuffer
into a KdcReply
.
AS-REP ::= [APPLICATION 11] KDC-REP
TGS-REP ::= [APPLICATION 13] KDC-REPin
- KdcReply
.IOException
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.