|
||||||||||
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.encoder.KdcReplyEncoder
public class KdcReplyEncoder
Constructor Summary | |
---|---|
KdcReplyEncoder()
|
Method Summary | |
---|---|
void |
encode(KdcReply app,
java.nio.ByteBuffer out)
Encodes a KdcReply into a ByteBuffer . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KdcReplyEncoder()
Method Detail |
---|
public void encode(KdcReply app, java.nio.ByteBuffer out) throws java.io.IOException
KdcReply
into a ByteBuffer
.
AS-REP ::= [APPLICATION 11] KDC-REP
TGS-REP ::= [APPLICATION 13] KDC-REP
app
- out
-
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |