public abstract class KrbMessage extends KrbAppSequenceType
| Modifier and Type | Class and Description |
|---|---|
protected static class |
KrbMessage.KrbMessageField
The possible fields.
|
Asn1Type.EncodingType| Modifier | Constructor and Description |
|---|---|
protected |
KrbMessage(KrbMessageType msgType,
Asn1FieldInfo[] fieldInfos)
Creates a new instance of a KrbMessage.
|
| Modifier and Type | Method and Description |
|---|---|
KrbMessageType |
getMsgType() |
int |
getPvno() |
void |
setMsgType(KrbMessageType msgType)
Sets the Kerberos Message Type field
|
protected void |
setPvno(int pvno)
Sets the PVNO field
|
getFieldAsInt, getFieldAsTime, setField, setFieldAsString, setFieldAsTimecreateTaggedCollectiondecode, decodeBody, dumpWith, encodeBody, encodingBodyLength, getFieldAs, getFieldAsInteger, getFieldAsOctetBytes, getFieldAsOctets, getFieldAsString, isBER, isCER, isDefinitiveLength, isDER, isImplicit, isPrimitive, setFieldAs, setFieldAsInt, setFieldAsOctetBytes, setFieldAsOctets, tag, tagNo, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitivegetValue, setValue, toStringdecode, decode, encode, encode, encodingHeaderLength, encodingLength, getBodyLength, getHeaderLength, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLengthisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tagFlagsprotected KrbMessage(KrbMessageType msgType, Asn1FieldInfo[] fieldInfos)
msgType - The Kerberos messag etypefieldInfos - The fields to usepublic int getPvno()
protected void setPvno(int pvno)
pvno - The PVNO to setpublic KrbMessageType getMsgType()
public void setMsgType(KrbMessageType msgType)
msgType - The Kerberos Message Type to setCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.