|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.kerberos.shared.io.encoder.EncKdcRepPartEncoder
public abstract class EncKdcRepPartEncoder
| Constructor Summary | |
|---|---|
protected |
EncKdcRepPartEncoder(int applicationCode)
|
| Method Summary | |
|---|---|
byte[] |
encode(Encodable app)
Encodes an ASN.1 Encodable object into a byte array. |
protected org.apache.directory.shared.asn1.der.DERSequence |
encodeInitialSequence(KdcReply reply)
EncKDCRepPart ::= SEQUENCE { key[0] EncryptionKey, last-req[1] LastReq, nonce[2] INTEGER, key-expiration[3] KerberosTime OPTIONAL, flags[4] TicketFlags, authtime[5] KerberosTime, starttime[6] KerberosTime OPTIONAL, endtime[7] KerberosTime, renew-till[8] KerberosTime OPTIONAL, srealm[9] Realm, sname[10] PrincipalName, caddr[11] HostAddresses OPTIONAL } |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EncKdcRepPartEncoder(int applicationCode)
| Method Detail |
|---|
public byte[] encode(Encodable app)
throws java.io.IOException
EncoderEncodable object into a byte array.
encode in interface Encoderjava.io.IOExceptionprotected org.apache.directory.shared.asn1.der.DERSequence encodeInitialSequence(KdcReply reply)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||