public class EncAPRepPart extends KrbAppSequenceType
EncAPRepPart ::= [APPLICATION 27] SEQUENCE {
ctime [0] KerberosTime,
cusec [1] Microseconds,
subkey [2] EncryptionKey OPTIONAL,
seq-number [3] UInt32 OPTIONAL
}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
EncAPRepPart.EncAPRepPartField
The possible fields
|
| Modifier and Type | Field and Description |
|---|---|
static int |
TAG |
| Constructor and Description |
|---|
EncAPRepPart()
Creates an instance of ApRep
|
| Modifier and Type | Method and Description |
|---|---|
KerberosTime |
getCtime() |
int |
getCusec() |
int |
getSeqNumber() |
EncryptionKey |
getSubkey() |
void |
setCtime(KerberosTime ctime)
Set the client time
|
void |
setCusec(int cusec)
Set the client's microsecond
|
void |
setSeqNumber(Integer seqNumber)
Set the Sequence Number
|
void |
setSubkey(EncryptionKey subkey)
Set the encryption key
|
getFieldAsInt, getFieldAsTime, setField, setFieldAsString, setFieldAsTimedecode, 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, resetBodyLength, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLengthpublic static final int TAG
public KerberosTime getCtime()
public void setCtime(KerberosTime ctime)
ctime - The client timepublic int getCusec()
public void setCusec(int cusec)
cusec - the client's microsecondpublic EncryptionKey getSubkey()
public void setSubkey(EncryptionKey subkey)
subkey - the encryption keypublic int getSeqNumber()
public void setSeqNumber(Integer seqNumber)
seqNumber - the Sequence NumberCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.