A B C D E F G H I J K L M N O P R S T U V W X

K

KDC_ERR_BAD_PVNO - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_BADOPTION - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_C_OLD_MAST_KVNO - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_C_PRINCIPAL_UNKNOWN - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_CANNOT_POSTDATE - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_CLIENT_NOTYET - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_CLIENT_REVOKED - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_ETYPE_NOSUPP - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_KEY_EXPIRED - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_MUST_USE_USER2USER - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_NAME_EXP - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_NEVER_VALID - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_NULL_KEY - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_PADATA_TYPE_NOSUPP - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_PATH_NOT_ACCEPTED - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_POLICY - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_PREAUTH_FAILED - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_PREAUTH_REQUIRED - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_PRINCIPAL_NOT_UNIQUE - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_S_OLD_MAST_KVNO - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_S_PRINCIPAL_UNKNOWN - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_SERVER_NOMATCH - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_SERVICE_EXP - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_SERVICE_NOTYET - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_SERVICE_REVOKED - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_SUMTYPE_NOSUPP - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_TGT_REVOKED - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDC_ERR_TRTYPE_NOSUPP - Static variable in class com.dstc.security.kerberos.KerberosError
 
KDCOptions - class com.dstc.security.kerberos.KDCOptions.
A class to represent options for flags to be set in a ticket to be requested from an Authentication Service or a Ticket Granting Service.
KDCOptions() - Constructor for class com.dstc.security.kerberos.KDCOptions
Default constructor
Kerberos - class com.dstc.security.kerberos.Kerberos.
The main class for the kerberos package.
KerberosContext - class com.dstc.security.kerberos.KerberosContext.
A class representing the context for a Kerberos instance.
KerberosContext(String, PrincipalName, InetAddress) - Constructor for class com.dstc.security.kerberos.KerberosContext
Constructs a KerberosContext valid for the given realm, principal and KDC address
KerberosError - exception com.dstc.security.kerberos.KerberosError.
An Exception for an abnormal condition indicated by the receipt of a KrbError message from the KDC or a Kerberized application.
KerberosError() - Constructor for class com.dstc.security.kerberos.KerberosError
Default constructor
KerberosError(int) - Constructor for class com.dstc.security.kerberos.KerberosError
Construct a KerberosException with a specific error code.
KerberosError(String) - Constructor for class com.dstc.security.kerberos.KerberosError
Constructor with a detail message
KerberosException - exception com.dstc.security.kerberos.KerberosException.
An exception representing an exceptional condition in using the Kerberos service.
KerberosException() - Constructor for class com.dstc.security.kerberos.KerberosException
Constructs a KerberosException with no message
KerberosException(String) - Constructor for class com.dstc.security.kerberos.KerberosException
Constructs a KerberosException with a message
KerberosKey - class com.dstc.security.kerberos.KerberosKey.
An implementation of EncryptionKey for use in initial authentication.
KerberosKey(int, byte[]) - Constructor for class com.dstc.security.kerberos.KerberosKey
Constructs a KerberosKey from a key type and the key value
KerberosKey(int, byte[], byte[]) - Constructor for class com.dstc.security.kerberos.KerberosKey
Constructs a KerberosKey from a key type, a password and a mix-in string
KerberosMessage - interface com.dstc.security.kerberos.msg.KerberosMessage.
An interface to a Kerberos message exchanged between a user and a Kerberos service (an Authentication service or a Ticket Granting service) or between a user and a Kerberized service
KeyAgreement - class javax.crypto.KeyAgreement.
This class provides the functionality of a key agreement (or key exchange) protocol.
KeyAgreement(KeyAgreementSpi, Provider, String) - Constructor for class javax.crypto.KeyAgreement
Creates a KeyAgreement object.
KeyAgreementSpi - class javax.crypto.KeyAgreementSpi.
This class defines the Service Provider Interface (SPI) for the KeyAgreement class.
KeyAgreementSpi() - Constructor for class javax.crypto.KeyAgreementSpi
 
KeyAgreeRecipientIdentifier - interface com.dstc.security.cms.KeyAgreeRecipientIdentifier.
An interface to identifying info for a recipient in a CMS EnvelopedData for which the key encryption key is obtained by key agreement.
KeyAgreeRecipientInfo - interface com.dstc.security.cms.KeyAgreeRecipientInfo.
A class representing information on recipient and encrypted content encryption key for one or more recipients (related by a common set of key agreement algorithm parameters) in a CMS EnvelopedData.
KeyGenerator - class javax.crypto.KeyGenerator.
This class provides the functionality of a (symmetric) key generator.
KeyGenerator(KeyGeneratorSpi, Provider, String) - Constructor for class javax.crypto.KeyGenerator
Creates a KeyGenerator object.
KeyGeneratorSpi - class javax.crypto.KeyGeneratorSpi.
This class defines the Service Provider Interface (SPI) for the KeyGenerator class.
KeyGeneratorSpi() - Constructor for class javax.crypto.KeyGeneratorSpi
 
KeyTab - interface com.dstc.security.kerberos.creds.KeyTab.
An interface to a Kerberos keytab.
KeyTabEntry - interface com.dstc.security.kerberos.creds.KeyTabEntry.
An interface to an entry in a Kerberos keytab.
KeyTransRecipientInfo - interface com.dstc.security.cms.KeyTransRecipientInfo.
A class representing information on an intended recipient and the encrypted content encryption key carried in a CMS EnvelopedData in which the content encryption key is encrypted with the recipient's public key.
keyType() - Method in class com.dstc.security.kerberos.KerberosKey
Returns the key type for this key
keyType() - Method in interface com.dstc.security.kerberos.EncryptionKey
Returns the key type for this key
keyValue() - Method in class com.dstc.security.kerberos.KerberosKey
Returns the key bytes for this key
keyValue() - Method in interface com.dstc.security.kerberos.EncryptionKey
Returns the key value for this key
KRB_AP_ERR_BAD_INTEGRITY - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_BADADDR - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_BADDIRECTION - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_BADKEYVER - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_BADMATCH - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_BADORDER - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_BADSEQ - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_BADVERSION - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_INAPP_CKSUM - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_METHOD - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_MODIFIED - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_MSG_TYPE - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_MUT_FAILED - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_NOKEY - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_NOT_US - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_REPEAT - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_SKEW - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_TKT_EXPIRED - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_ERR_TKT_NYV - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_PATH_NOT_ACCEPTED - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_AP_REP - Static variable in interface com.dstc.security.kerberos.msg.Constants
 
KRB_AP_REQ - Static variable in interface com.dstc.security.kerberos.msg.Constants
 
KRB_AS_REP - Static variable in interface com.dstc.security.kerberos.msg.Constants
 
KRB_AS_REQ - Static variable in interface com.dstc.security.kerberos.msg.Constants
 
KRB_CRED - Static variable in interface com.dstc.security.kerberos.msg.Constants
 
KRB_ERR_FIELD_TOOLONG - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_ERR_GENERIC - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_ERROR - Static variable in interface com.dstc.security.kerberos.msg.Constants
 
KRB_IMPL_ERR_CONFIG - Static variable in class com.dstc.security.kerberos.KerberosError
 
KRB_PRIV - Static variable in interface com.dstc.security.kerberos.msg.Constants
 
KRB_SAFE - Static variable in interface com.dstc.security.kerberos.msg.Constants
 
KRB_TGS_REP - Static variable in interface com.dstc.security.kerberos.msg.Constants
 
KRB_TGS_REQ - Static variable in interface com.dstc.security.kerberos.msg.Constants
 
KRB5 - Static variable in class com.dstc.security.kerberos.gssapi.GSSManager
Kerberos mechanism OID
KRB5_CONF_QOP_DES - Static variable in class com.dstc.security.kerberos.gssapi.GSSManager
Confidentiality with DES
KRB5_INTEG_QOP_DES_MAC - Static variable in class com.dstc.security.kerberos.gssapi.GSSManager
Integrity using DES MAC of plaintext
KRB5_INTEG_QOP_DES_MD5 - Static variable in class com.dstc.security.kerberos.gssapi.GSSManager
Integrity using DES MAC of MD5 of plaintext
KRB5_INTEG_QOP_MD5 - Static variable in class com.dstc.security.kerberos.gssapi.GSSManager
Integrity using partial MD5 ("MD2.5") of plaintext
KRB5_NT_PRINCIPAL_NAME - Static variable in class com.dstc.security.kerberos.gssapi.GSSManager
Kerberos-specific name type
KrbASRep - interface com.dstc.security.kerberos.msg.KrbASRep.
An interface to the Kerberos Authentication Service response message.
KrbASReq - interface com.dstc.security.kerberos.msg.KrbASReq.
An interface to the Kerberos Authentication Service request message.
KrbCred - interface com.dstc.security.kerberos.msg.KrbCred.
An interface to the Kerberos credential message.
KrbError - interface com.dstc.security.kerberos.msg.KrbError.
An interface to the Kerberos error message.
KrbTGSRep - interface com.dstc.security.kerberos.msg.KrbTGSRep.
An interface to the Kerberos Ticket Granting Service response message.
KrbTGSReq - interface com.dstc.security.kerberos.msg.KrbTGSReq.
An interface to the Kerberos Ticket Granting Service request message.

A B C D E F G H I J K L M N O P R S T U V W X