public class TgsReq extends KdcReq
TGS-REQ ::= [APPLICATION 12]
| Constructor and Description |
|---|
TgsReq()
Creates a new instance of TGS-REQ.
|
| Modifier and Type | Method and Description |
|---|---|
int |
computeLength()
Compute the TGS-REQ length
|
ByteBuffer |
encode(ByteBuffer buffer)
Encode the TGS-REQ component
|
addPaData, getKdcReqBody, getPaData, getPvno, setKdcReqBody, setPvno, toString, toStringgetMessageType, getProtocolVersionNumber, setMessageType, setProtocolVersionNumberpublic int computeLength()
TGS-REQ : 0x6A L1 TGS-REQ message | +--> 0x30 L2 KDC-REQ sequence
computeLength in interface org.apache.directory.api.asn1.Asn1ObjectcomputeLength in class KdcReqpublic ByteBuffer encode(ByteBuffer buffer) throws org.apache.directory.api.asn1.EncoderException
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.