| Class | Description |
|---|---|
| FastOptions | |
| KrbFastArmor |
KrbFastArmor ::= SEQUENCE {
armor-type [0] Int32,
-- Type of the armor.
|
| KrbFastArmoredRep |
KrbFastArmoredRep ::= SEQUENCE {
enc-fast-rep [0] EncryptedData, -- KrbFastResponse --
-- The encryption key is the armor key in the request, and
-- the key usage number is KEY_USAGE_FAST_REP.
|
| KrbFastArmoredReq |
KrbFastArmoredReq ::= SEQUENCE {
armor [0] KrbFastArmor OPTIONAL,
-- Contains the armor that identifies the armor key.
|
| KrbFastFinished |
KrbFastFinished ::= SEQUENCE {
timestamp [0] KerberosTime,
usec [1] Microseconds,
-- timestamp and usec represent the time on the KDC when
-- the reply was generated.
|
| KrbFastReq |
KrbFastReq ::= SEQUENCE {
fast-options [0] FastOptions,
-- Additional options.
|
| KrbFastResponse |
KrbFastResponse ::= SEQUENCE {
padata [0] SEQUENCE OF PA-DATA,
-- padata typed holes.
|
| PaAuthnEntry |
PA-AUTHENTICATION-SET-ELEM ::= SEQUENCE {
pa-type [0] Int32,
pa-hint [1] OCTET STRING OPTIONAL,
pa-value [2] OCTET STRING OPTIONAL,
}
|
| PaAuthnSet |
PA-AUTHENTICATION-SET ::= SEQUENCE OF PA-AUTHENTICATION-SET-ELEM
|
| PaFxFastReply |
PA-FX-FAST-REPLY ::= CHOICE {
armored-data [0] KrbFastArmoredRep,
}
|
| PaFxFastRequest |
PA-FX-FAST-REQUEST ::= CHOICE {
armored-data [0] KrbFastArmoredReq,
}
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.