public class KrbFastArmoredReq extends KrbSequenceType
| Modifier and Type | Class and Description |
|---|---|
protected static class |
KrbFastArmoredReq.KrbFastArmoredReqField |
| Constructor and Description |
|---|
KrbFastArmoredReq() |
| Modifier and Type | Method and Description |
|---|---|
KrbFastArmor |
getArmor() |
EncryptedData |
getEncryptedFastReq() |
KrbFastReq |
getFastReq() |
CheckSum |
getReqChecksum() |
void |
setArmor(KrbFastArmor armor) |
void |
setEncryptedFastReq(EncryptedData encFastReq) |
void |
setFastReq(KrbFastReq fastReq) |
void |
setReqChecksum(CheckSum checkSum) |
getFieldAsInt, getFieldAsTime, setField, setFieldAsString, setFieldAsTimedecodeBody, dumpWith, encodeBody, encodingBodyLength, getFieldAs, getFieldAsAny, getFieldAsInteger, getFieldAsObjId, getFieldAsOctets, getFieldAsString, setAnyFieldValueType, setFieldAs, setFieldAsAny, setFieldAsInt, setFieldAsInt, setFieldAsObjId, setFieldAsOctetsgetValue, setValue, toStringdecode, decode, decode, encode, encode, encodingHeaderLength, encodingLength, getBodyLength, getHeaderLength, isBER, isCER, isDefinitiveLength, isDER, isImplicit, isPrimitive, resetBodyLength, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNopublic KrbFastArmor getArmor()
public void setArmor(KrbFastArmor armor)
public CheckSum getReqChecksum()
public void setReqChecksum(CheckSum checkSum)
public KrbFastReq getFastReq()
public void setFastReq(KrbFastReq fastReq)
public EncryptedData getEncryptedFastReq()
public void setEncryptedFastReq(EncryptedData encFastReq)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.