Package com.dstc.security.kerberos.msg

This package defines interfaces to Kerberos 5 messages.

See:
          Description

Interface Summary
APRep An interface to the Kerberos application response message.
APReq An interface to the Kerberos application request message.
Constants A holder for Kerberos message tags
EncryptedPart An interface to be implemented by Kerberos messages or data structures which have an encrypted part.
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
KrbASRep An interface to the Kerberos Authentication Service response message.
KrbASReq An interface to the Kerberos Authentication Service request message.
KrbCred An interface to the Kerberos credential message.
KrbError An interface to the Kerberos error message.
KrbTGSRep An interface to the Kerberos Ticket Granting Service response message.
KrbTGSReq An interface to the Kerberos Ticket Granting Service request message.
 

Package com.dstc.security.kerberos.msg Description

This package defines interfaces to Kerberos 5 messages. These interfaces are not usually of direct interest to application developers.