| Modifier and Type | Method and Description |
|---|---|
static KrbMessage |
KrbCodec.decodeMessage(ByteBuffer buffer) |
| Modifier and Type | Class and Description |
|---|---|
class |
KrbPriv
The KRB_PRIV message, as defined in RFC 1510 :
The KRB_PRIV message contains user data encrypted in the Session Key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApRep
The AP-REP message, as defined in RFC 4120 :
|
class |
ApReq
The AP-REQ message, as defined in RFC 4120 :
|
| Modifier and Type | Class and Description |
|---|---|
class |
KrbError
KRB-ERROR ::= [APPLICATION 30] SEQUENCE {
pvno [0] INTEGER (5),
msg-type [1] INTEGER (30),
ctime [2] KerberosTime OPTIONAL,
cusec [3] Microseconds OPTIONAL,
stime [4] KerberosTime,
susec [5] Microseconds,
error-code [6] Int32,
crealm [7] Realm OPTIONAL,
cname [8] PrincipalName OPTIONAL,
realm [9] Realm -- service realm --,
sname [10] PrincipalName -- service name --,
e-text [11] KerberosString OPTIONAL,
e-data [12] OCTET STRING OPTIONAL
}
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsRep
AS-REP ::= [APPLICATION 11] KDC-REP
|
class |
AsReq
AS-REQ ::= [APPLICATION 10] KDC-REQ
|
class |
KdcRep
KDC-REP ::= SEQUENCE {
pvno [0] INTEGER (5),
msg-type [1] INTEGER (11 -- AS -- | 13 -- TGS --),
padata [2] SEQUENCE OF PA-DATA OPTIONAL
-- NOTE: not empty --,
crealm [3] Realm,
cname [4] PrincipalName,
ticket [5] Ticket,
enc-part [6] EncryptedData
-- EncASRepPart or EncTGSRepPart,
-- as appropriate
}
|
class |
KdcReq
KDC-REQ ::= SEQUENCE {
-- NOTE: first tag is [1], not [0]
pvno [1] INTEGER (5) ,
msg-type [2] INTEGER (10 -- AS -- | 12 -- TGS --),
padata [3] SEQUENCE OF PA-DATA OPTIONAL
-- NOTE: not empty --,
req-encodeBody [4] KDC-REQ-BODY
}
|
class |
TgsRep
TGS-REP ::= [APPLICATION 13] KDC-REP
|
class |
TgsReq
TGS-REQ ::= [APPLICATION 12] KDC-REQ
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.