Uses of Package
com.dstc.security.kerberos

Packages that use com.dstc.security.kerberos
com.dstc.security.kerberos This package defines the main Kerberos 5 interfaces and classes. 
com.dstc.security.kerberos.creds This package defines interfaces to Kerberos Credentials and KeyTabs and their management. 
com.dstc.security.kerberos.gssapi This package contains an implementation of the Java GSS API for the Kerberos 5 mechanism. 
com.dstc.security.kerberos.msg This package defines interfaces to Kerberos 5 messages. 
 

Classes in com.dstc.security.kerberos used by com.dstc.security.kerberos
APOptions
          A class to represent options which can be set with an application request to affect the way it is processed by the recipient.
AuthorizationDataElement
          An interface to a Kerberos authorization data component.
Checksum
          A class representing a Kerberos checksum.
CryptoException
          An Exception for general crypto exceptions in Kerberos
EncryptionKey
          An interface to a Kerberos encryption key, which includes a key type, and a key value.
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.
Kerberos
          The main class for the kerberos package.
KerberosContext
          A class representing the context for a Kerberos instance.
KerberosException
           An exception representing an exceptional condition in using the Kerberos service.
KerberosKey
          An implementation of EncryptionKey for use in initial authentication.
NotYetDecryptedException
          An exception thrown when access is made to a field belonging to the encrypted part of a message before a successful decryption is performed.
PaData
          An interface to pre-authentication data passed to an Authentication or Ticket Granting service in a ticket request or returned from the service in a response.
PrincipalName
          A class representing a Kerberos principal's name.
Ticket
          An interface to a Kerberos v5 Ticket, special cases of which are Ticket Granting Tickets (TGTs) and service Tickets.
TicketFlags
          An interface to a Kerberos Ticket's ticket flags, indicating which ticket options were used or requested when the ticket was issued.
 

Classes in com.dstc.security.kerberos used by com.dstc.security.kerberos.creds
EncryptionKey
          An interface to a Kerberos encryption key, which includes a key type, and a key value.
PrincipalName
          A class representing a Kerberos principal's name.
Ticket
          An interface to a Kerberos v5 Ticket, special cases of which are Ticket Granting Tickets (TGTs) and service Tickets.
TicketFlags
          An interface to a Kerberos Ticket's ticket flags, indicating which ticket options were used or requested when the ticket was issued.
 

Classes in com.dstc.security.kerberos used by com.dstc.security.kerberos.gssapi
Kerberos
          The main class for the kerberos package.
 

Classes in com.dstc.security.kerberos used by com.dstc.security.kerberos.msg
APOptions
          A class to represent options which can be set with an application request to affect the way it is processed by the recipient.
AuthorizationDataElement
          An interface to a Kerberos authorization data component.
Checksum
          A class representing a Kerberos checksum.
EncryptionKey
          An interface to a Kerberos encryption key, which includes a key type, and a key value.
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.
KerberosException
           An exception representing an exceptional condition in using the Kerberos service.
LastReqElement
          A class to represent a component of a LastReq sent by an Authentication Service or a Ticket Granting Service in response to a ticket request.
NotYetDecryptedException
          An exception thrown when access is made to a field belonging to the encrypted part of a message before a successful decryption is performed.
PaData
          An interface to pre-authentication data passed to an Authentication or Ticket Granting service in a ticket request or returned from the service in a response.
PrincipalName
          A class representing a Kerberos principal's name.
Ticket
          An interface to a Kerberos v5 Ticket, special cases of which are Ticket Granting Tickets (TGTs) and service Tickets.
TicketFlags
          An interface to a Kerberos Ticket's ticket flags, indicating which ticket options were used or requested when the ticket was issued.