| Package | Description |
|---|---|
| org.apache.kerby.kerberos.kerb.type.fast |
| Class and Description |
|---|
| ArmorType |
| FastOption |
| FastOptions |
| KrbFastArmor
KrbFastArmor ::= SEQUENCE {
armor-type [0] Int32,
-- Type of the armor.
|
| KrbFastArmor.KrbFastArmorField |
| 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.
|
| KrbFastArmoredRep.KrbFastArmoredRepField |
| KrbFastArmoredReq
KrbFastArmoredReq ::= SEQUENCE {
armor [0] KrbFastArmor OPTIONAL,
-- Contains the armor that identifies the armor key.
|
| KrbFastArmoredReq.KrbFastArmoredReqField |
| KrbFastFinished
KrbFastFinished ::= SEQUENCE {
timestamp [0] KerberosTime,
usec [1] Microseconds,
-- timestamp and usec represent the time on the KDC when
-- the reply was generated.
|
| KrbFastFinished.KrbFastFinishedField |
| KrbFastReq
KrbFastReq ::= SEQUENCE {
fast-options [0] FastOptions,
-- Additional options.
|
| KrbFastReq.KrbFastReqField |
| KrbFastResponse.KrbFastResponseField |
| PaAuthnEntry.PaAuthnEntryField |
| PaFxFastReply.PaFxFastReplyField |
| PaFxFastRequest.PaFxFastRequestField |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.