- KdcDhKeyInfo - Class in org.apache.kerby.kerberos.kerb.type.pa.pkinit
-
KDCDHKeyInfo ::= SEQUENCE {
subjectPublicKey [0] BIT STRING,
nonce [1] INTEGER (0..4294967295),
dhKeyExpiration [2] KerberosTime OPTIONAL,
}
- KdcDhKeyInfo() - Constructor for class org.apache.kerby.kerberos.kerb.type.pa.pkinit.KdcDhKeyInfo
-
- KdcDhKeyInfo.KdcDhKeyInfoField - Enum in org.apache.kerby.kerberos.kerb.type.pa.pkinit
-
- KdcOption - Enum in org.apache.kerby.kerberos.kerb.type.kdc
-
- KdcOptions - Class in org.apache.kerby.kerberos.kerb.type.kdc
-
- KdcOptions() - Constructor for class org.apache.kerby.kerberos.kerb.type.kdc.KdcOptions
-
- KdcOptions(int) - Constructor for class org.apache.kerby.kerberos.kerb.type.kdc.KdcOptions
-
- KdcRep - Class in org.apache.kerby.kerberos.kerb.type.kdc
-
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
}
- KdcRep(KrbMessageType) - Constructor for class org.apache.kerby.kerberos.kerb.type.kdc.KdcRep
-
- KdcRep.KdcRepField - Enum in org.apache.kerby.kerberos.kerb.type.kdc
-
- KdcReq - Class in org.apache.kerby.kerberos.kerb.type.kdc
-
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
}
- KdcReq(KrbMessageType) - Constructor for class org.apache.kerby.kerberos.kerb.type.kdc.KdcReq
-
- KdcReq.KdcReqField - Enum in org.apache.kerby.kerberos.kerb.type.kdc
-
- KdcReqBody - Class in org.apache.kerby.kerberos.kerb.type.kdc
-
KDC-REQ-BODY ::= SEQUENCE {
kdc-options [0] KDCOptions,
cname [1] PrincipalName OPTIONAL
-- Used only in AS-REQ --,
realm [2] Realm
-- Server's realm
-- Also client's in AS-REQ --,
sname [3] PrincipalName OPTIONAL,
from [4] KerberosTime OPTIONAL,
till [5] KerberosTime,
rtime [6] KerberosTime OPTIONAL,
nonce [7] UInt32,
etype [8] SEQUENCE OF Int32 -- EncryptionType
-- in preference order --,
addresses [9] HostAddresses OPTIONAL,
enc-authorization-data [10] EncryptedData OPTIONAL
-- AuthorizationData --,
additional-tickets [11] SEQUENCE OF Ticket OPTIONAL
-- NOTE: not empty
}
- KdcReqBody() - Constructor for class org.apache.kerby.kerberos.kerb.type.kdc.KdcReqBody
-
- KdcReqBody.KdcReqBodyField - Enum in org.apache.kerby.kerberos.kerb.type.kdc
-
- KdfAlgorithmId - Class in org.apache.kerby.kerberos.kerb.type.pa.pkinit
-
- KdfAlgorithmId() - Constructor for class org.apache.kerby.kerberos.kerb.type.pa.pkinit.KdfAlgorithmId
-
- KdfAlgorithmId.KdfAlgorithmIdField - Enum in org.apache.kerby.kerberos.kerb.type.pa.pkinit
-
- KerberosString - Class in org.apache.kerby.kerberos.kerb.type
-
The Kerberos String, as defined in RFC 4120.
- KerberosString() - Constructor for class org.apache.kerby.kerberos.kerb.type.KerberosString
-
Creates a new KerberosString
- KerberosString(String) - Constructor for class org.apache.kerby.kerberos.kerb.type.KerberosString
-
Creates a new KerberosString with an initial value
- KerberosStrings - Class in org.apache.kerby.kerberos.kerb.type
-
- KerberosStrings() - Constructor for class org.apache.kerby.kerberos.kerb.type.KerberosStrings
-
- KerberosStrings(List<String>) - Constructor for class org.apache.kerby.kerberos.kerb.type.KerberosStrings
-
- KerberosTime - Class in org.apache.kerby.kerberos.kerb.type
-
A specialization of the ASN.1 GeneralTime.
- KerberosTime() - Constructor for class org.apache.kerby.kerberos.kerb.type.KerberosTime
-
Creates a new instance of a KerberosTime object with the current time
- KerberosTime(long) - Constructor for class org.apache.kerby.kerberos.kerb.type.KerberosTime
-
- KeyUsage - Enum in org.apache.kerby.kerberos.kerb.type.base
-
From krb5.hin
- Krb5PrincipalName - Class in org.apache.kerby.kerberos.kerb.type.pa.pkinit
-
KRB5PrincipalName ::= SEQUENCE {
realm [0] Realm,
principalName [1] PrincipalName
}
- Krb5PrincipalName() - Constructor for class org.apache.kerby.kerberos.kerb.type.pa.pkinit.Krb5PrincipalName
-
- Krb5PrincipalName.Krb5PrincipalNameField - Enum in org.apache.kerby.kerberos.kerb.type.pa.pkinit
-
- KRB_V5 - Static variable in class org.apache.kerby.kerberos.kerb.KrbConstant
-
- KrbAppSequenceType - Class in org.apache.kerby.kerberos.kerb.type
-
This is for application specific sequence tagged with a number.
- KrbAppSequenceType(int, Asn1FieldInfo[]) - Constructor for class org.apache.kerby.kerberos.kerb.type.KrbAppSequenceType
-
- KrbCodec - Class in org.apache.kerby.kerberos.kerb
-
- KrbCodec() - Constructor for class org.apache.kerby.kerberos.kerb.KrbCodec
-
- KrbConstant - Class in org.apache.kerby.kerberos.kerb
-
- KrbConstant() - Constructor for class org.apache.kerby.kerberos.kerb.KrbConstant
-
- KrbError - Class in org.apache.kerby.kerberos.kerb.type.base
-
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
}
- KrbError() - Constructor for class org.apache.kerby.kerberos.kerb.type.base.KrbError
-
- KrbError.KrbErrorField - Enum in org.apache.kerby.kerberos.kerb.type.base
-
- KrbErrorCode - Enum in org.apache.kerby.kerberos.kerb
-
- KrbErrorException - Exception in org.apache.kerby.kerberos.kerb
-
- KrbErrorException(KrbError) - Constructor for exception org.apache.kerby.kerberos.kerb.KrbErrorException
-
- KrbException - Exception in org.apache.kerby.kerberos.kerb
-
- KrbException(String) - Constructor for exception org.apache.kerby.kerberos.kerb.KrbException
-
- KrbException(String, Throwable) - Constructor for exception org.apache.kerby.kerberos.kerb.KrbException
-
- KrbException(KrbErrorCode) - Constructor for exception org.apache.kerby.kerberos.kerb.KrbException
-
- KrbException(KrbErrorCode, Throwable) - Constructor for exception org.apache.kerby.kerberos.kerb.KrbException
-
- KrbException(KrbErrorCode, String) - Constructor for exception org.apache.kerby.kerberos.kerb.KrbException
-
- KrbFastArmor - Class in org.apache.kerby.kerberos.kerb.type.fast
-
KrbFastArmor ::= SEQUENCE {
armor-type [0] Int32,
-- Type of the armor.
- KrbFastArmor() - Constructor for class org.apache.kerby.kerberos.kerb.type.fast.KrbFastArmor
-
- KrbFastArmor.KrbFastArmorField - Enum in org.apache.kerby.kerberos.kerb.type.fast
-
- KrbFastArmoredRep - Class in org.apache.kerby.kerberos.kerb.type.fast
-
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() - Constructor for class org.apache.kerby.kerberos.kerb.type.fast.KrbFastArmoredRep
-
- KrbFastArmoredRep.KrbFastArmoredRepField - Enum in org.apache.kerby.kerberos.kerb.type.fast
-
- KrbFastArmoredReq - Class in org.apache.kerby.kerberos.kerb.type.fast
-
KrbFastArmoredReq ::= SEQUENCE {
armor [0] KrbFastArmor OPTIONAL,
-- Contains the armor that identifies the armor key.
- KrbFastArmoredReq() - Constructor for class org.apache.kerby.kerberos.kerb.type.fast.KrbFastArmoredReq
-
- KrbFastArmoredReq.KrbFastArmoredReqField - Enum in org.apache.kerby.kerberos.kerb.type.fast
-
- KrbFastFinished - Class in org.apache.kerby.kerberos.kerb.type.fast
-
KrbFastFinished ::= SEQUENCE {
timestamp [0] KerberosTime,
usec [1] Microseconds,
-- timestamp and usec represent the time on the KDC when
-- the reply was generated.
- KrbFastFinished() - Constructor for class org.apache.kerby.kerberos.kerb.type.fast.KrbFastFinished
-
- KrbFastFinished.KrbFastFinishedField - Enum in org.apache.kerby.kerberos.kerb.type.fast
-
- KrbFastReq - Class in org.apache.kerby.kerberos.kerb.type.fast
-
KrbFastReq ::= SEQUENCE {
fast-options [0] FastOptions,
-- Additional options.
- KrbFastReq() - Constructor for class org.apache.kerby.kerberos.kerb.type.fast.KrbFastReq
-
- KrbFastReq.KrbFastReqField - Enum in org.apache.kerby.kerberos.kerb.type.fast
-
- KrbFastResponse - Class in org.apache.kerby.kerberos.kerb.type.fast
-
KrbFastResponse ::= SEQUENCE {
padata [0] SEQUENCE OF PA-DATA,
-- padata typed holes.
- KrbFastResponse() - Constructor for class org.apache.kerby.kerberos.kerb.type.fast.KrbFastResponse
-
- KrbFastResponse.KrbFastResponseField - Enum in org.apache.kerby.kerberos.kerb.type.fast
-
- KrbIntegers - Class in org.apache.kerby.kerberos.kerb.type
-
- KrbIntegers() - Constructor for class org.apache.kerby.kerberos.kerb.type.KrbIntegers
-
- KrbIntegers(List<Integer>) - Constructor for class org.apache.kerby.kerberos.kerb.type.KrbIntegers
-
- KrbMessage - Class in org.apache.kerby.kerberos.kerb.type.base
-
A base class for every possible Kerberos messages :
AS-REQ : [APPLICATION 10]
AS-REP : [APPLICATION 11]
TGS-REQ : [APPLICATION 12]
TGS-REP : [APPLICATION 13]
AP-REQ : [APPLICATION 14]
AP-REP : [APPLICATION 15]
KRB-SAFE : [APPLICATION 20]
KRB-PRIV : [APPLICATION 21]
KRB-CRED : [APPLICATION 22]
KRB_ERROR : [APPLICATION 30]
- KrbMessage(KrbMessageType, Asn1FieldInfo[]) - Constructor for class org.apache.kerby.kerberos.kerb.type.base.KrbMessage
-
Creates a new instance of a KrbMessage.
- KrbMessage.KrbMessageField - Enum in org.apache.kerby.kerberos.kerb.type.base
-
The possible fields.
- KrbMessageType - Enum in org.apache.kerby.kerberos.kerb.type.base
-
The possible Kerberos Messages :
AS-REQ : [APPLICATION 10]
AS-REP : [APPLICATION 11]
TGS-REQ : [APPLICATION 12]
TGS-REP : [APPLICATION 13]
AP-REQ : [APPLICATION 14]
AP-REP : [APPLICATION 15]
KRB-SAFE : [APPLICATION 20]
KRB-PRIV : [APPLICATION 21]
KRB-CRED : [APPLICATION 22]
KRB_ERROR : [APPLICATION 30]
- KrbProvider - Interface in org.apache.kerby.kerberos.kerb.provider
-
Krb provider for allowing to hook external dependencies.
- KrbRuntime - Class in org.apache.kerby.kerberos.kerb
-
This runtime allows hook external dependencies thru ServiceProvider interface.
- KrbRuntime() - Constructor for class org.apache.kerby.kerberos.kerb.KrbRuntime
-
- KrbSequenceOfType<T extends Asn1Type> - Class in org.apache.kerby.kerberos.kerb.type
-
A class that represents a SequenceOf Kerberos elements.
- KrbSequenceOfType() - Constructor for class org.apache.kerby.kerberos.kerb.type.KrbSequenceOfType
-
- KrbSequenceType - Class in org.apache.kerby.kerberos.kerb.type
-
- KrbSequenceType(Asn1FieldInfo[]) - Constructor for class org.apache.kerby.kerberos.kerb.type.KrbSequenceType
-
- KrbTicket - Class in org.apache.kerby.kerberos.kerb.type.ticket
-
- KrbTicket(Ticket, EncKdcRepPart) - Constructor for class org.apache.kerby.kerberos.kerb.type.ticket.KrbTicket
-
- KrbToken - Class in org.apache.kerby.kerberos.kerb.type.base
-
KRB-TOKEN_VALUE ::= SEQUENCE {
token-format [0] INTEGER,
token-value [1] OCTET STRING,
}
- KrbToken() - Constructor for class org.apache.kerby.kerberos.kerb.type.base.KrbToken
-
Default constructor.
- KrbToken(AuthToken, TokenFormat) - Constructor for class org.apache.kerby.kerberos.kerb.type.base.KrbToken
-
Construct with prepared authToken and token format.
- KrbToken.KrbTokenField - Enum in org.apache.kerby.kerberos.kerb.type.base
-
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.KrbErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.ad.AdToken.AdTokenField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.ad.AuthorizationDataEntry.AuthorizationDataEntryField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.ad.AuthorizationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.ap.ApOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.ap.ApRep.ApRepField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.ap.ApReq.ApReqField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.ap.Authenticator.AuthenticatorField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.ap.EncAPRepPart.EncAPRepPartField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.CheckSum.CheckSumField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.CheckSumType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.EncryptedData.EncryptedDataField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.EncryptionKey.EncryptionKeyField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.EncryptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.EtypeInfo2Entry.EtypeInfo2EntryField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.EtypeInfoEntry.EtypeInfoEntryField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.HostAddress.HostAddressField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.HostAddrType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.KeyUsage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.KrbError.KrbErrorField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.KrbMessage.KrbMessageField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.KrbMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.KrbToken.KrbTokenField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.LastReqEntry.LastReqEntryField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.LastReqType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.NameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.PrincipalName.PrincipalNameField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.SamType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.TokenFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.TransitedEncoding.TransitedEncodingField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.base.TransitedEncodingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.ArmorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.FastOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.KrbFastArmor.KrbFastArmorField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.KrbFastArmoredRep.KrbFastArmoredRepField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.KrbFastArmoredReq.KrbFastArmoredReqField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.KrbFastFinished.KrbFastFinishedField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.KrbFastReq.KrbFastReqField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.KrbFastResponse.KrbFastResponseField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.PaAuthnEntry.PaAuthnEntryField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.PaFxFastReply.PaFxFastReplyField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.PaFxFastRequest.PaFxFastRequestField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.kdc.EncKdcRepPart.EncKdcRepPartField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.kdc.KdcOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.kdc.KdcRep.KdcRepField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.kdc.KdcReq.KdcReqField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.kdc.KdcReqBody.KdcReqBodyField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.otp.OtpTokenInfo.OtpTokenInfoField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.otp.PaOtpChallenge.PaOtpChallengeField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.PaAuthenticationSetElem.PaAuthenticationSetElemField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.PaDataEntry.PaDataEntryField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.PaDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.PaEncTsEnc.PaEncTsEncField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.AuthPack.AuthPackField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.DhRepInfo.DhRepInfoField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.ExternalPrincipalIdentifier.ExternalPrincipalIdentifierField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.KdcDhKeyInfo.KdcDhKeyInfoField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.KdfAlgorithmId.KdfAlgorithmIdField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.Krb5PrincipalName.Krb5PrincipalNameField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.PaPkAsRep.PaPkAsRepField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.PaPkAsReq.PaPkAsReqField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.PkAuthenticator.PkAuthenticatorField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.ReplyKeyPack.ReplyKeyPackField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.token.PaTokenChallenge.PaTokenChallengeField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.token.PaTokenRequest.PaTokenRequestField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.token.TokenFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.token.TokenInfo.TokenInfoField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.ticket.EncTicketPart.EncTicketPartField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.ticket.Ticket.TicketField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kerby.kerberos.kerb.type.ticket.TicketFlag
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.KrbErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.ad.AdToken.AdTokenField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.ad.AuthorizationDataEntry.AuthorizationDataEntryField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.ad.AuthorizationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.ap.ApOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.ap.ApRep.ApRepField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.ap.ApReq.ApReqField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.ap.Authenticator.AuthenticatorField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.ap.EncAPRepPart.EncAPRepPartField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.CheckSum.CheckSumField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.CheckSumType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.EncryptedData.EncryptedDataField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.EncryptionKey.EncryptionKeyField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.EncryptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.EtypeInfo2Entry.EtypeInfo2EntryField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.EtypeInfoEntry.EtypeInfoEntryField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.HostAddress.HostAddressField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.HostAddrType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.KeyUsage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.KrbError.KrbErrorField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.KrbMessage.KrbMessageField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.KrbMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.KrbToken.KrbTokenField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.LastReqEntry.LastReqEntryField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.LastReqType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.NameType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.PrincipalName.PrincipalNameField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.SamType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.TokenFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.TransitedEncoding.TransitedEncodingField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.base.TransitedEncodingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.ArmorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.FastOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.KrbFastArmor.KrbFastArmorField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.KrbFastArmoredRep.KrbFastArmoredRepField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.KrbFastArmoredReq.KrbFastArmoredReqField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.KrbFastFinished.KrbFastFinishedField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.KrbFastReq.KrbFastReqField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.KrbFastResponse.KrbFastResponseField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.PaAuthnEntry.PaAuthnEntryField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.PaFxFastReply.PaFxFastReplyField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.fast.PaFxFastRequest.PaFxFastRequestField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.kdc.EncKdcRepPart.EncKdcRepPartField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.kdc.KdcOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.kdc.KdcRep.KdcRepField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.kdc.KdcReq.KdcReqField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.kdc.KdcReqBody.KdcReqBodyField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.otp.OtpTokenInfo.OtpTokenInfoField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.otp.PaOtpChallenge.PaOtpChallengeField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.PaAuthenticationSetElem.PaAuthenticationSetElemField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.PaDataEntry.PaDataEntryField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.PaDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.PaEncTsEnc.PaEncTsEncField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.AuthPack.AuthPackField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.DhRepInfo.DhRepInfoField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.ExternalPrincipalIdentifier.ExternalPrincipalIdentifierField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.KdcDhKeyInfo.KdcDhKeyInfoField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.KdfAlgorithmId.KdfAlgorithmIdField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.Krb5PrincipalName.Krb5PrincipalNameField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.PaPkAsRep.PaPkAsRepField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.PaPkAsReq.PaPkAsReqField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.PkAuthenticator.PkAuthenticatorField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.pkinit.ReplyKeyPack.ReplyKeyPackField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.token.PaTokenChallenge.PaTokenChallengeField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.token.PaTokenRequest.PaTokenRequestField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.token.TokenFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.pa.token.TokenInfo.TokenInfoField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.ticket.EncTicketPart.EncTicketPartField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.ticket.Ticket.TicketField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kerby.kerberos.kerb.type.ticket.TicketFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.