|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.io.decoder.KdcReplyDecoder
public class KdcReplyDecoder
Constructor Summary | |
---|---|
KdcReplyDecoder()
|
Method Summary | |
---|---|
KdcReply |
decode(java.nio.ByteBuffer in)
Decodes a ByteBuffer into a KdcReply . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KdcReplyDecoder()
Method Detail |
---|
public KdcReply decode(java.nio.ByteBuffer in) throws java.io.IOException
ByteBuffer
into a KdcReply
.
AS-REP ::= [APPLICATION 11] KDC-REP
TGS-REP ::= [APPLICATION 13] KDC-REP
in
-
KdcReply
.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |