public class AsReq extends KdcReq
AS-REQ ::= [APPLICATION 10]
| Constructor and Description |
|---|
AsReq()
Creates a new instance of AS-REQ.
|
| Modifier and Type | Method and Description |
|---|---|
int |
computeLength()
Compute the AS-REQ length
|
ByteBuffer |
encode(ByteBuffer buffer)
Encode the AS-REQ component
|
addPaData, getKdcReqBody, getPaData, getPvno, setKdcReqBody, setPvno, toString, toStringgetMessageType, getProtocolVersionNumber, setMessageType, setProtocolVersionNumberpublic int computeLength()
AS-REQ : 0x6A L1 AS-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-2013 The Apache Software Foundation. All Rights Reserved.