public class AsReq extends KdcReq
AS-REQ ::= [APPLICATION 10] <KDC-REQ>
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, toString
getMessageType, getProtocolVersionNumber, setMessageType, setProtocolVersionNumber
public AsReq()
public int computeLength()
AS-REQ : 0x6A L1 AS-REQ message | +--> 0x30 L2 KDC-REQ sequence
computeLength
in interface org.apache.directory.api.asn1.Asn1Object
computeLength
in class KdcReq
public ByteBuffer encode(ByteBuffer buffer) throws org.apache.directory.api.asn1.EncoderException
Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.