Uses of Interface
com.dstc.security.kerberos.msg.KerberosMessage

Packages that use KerberosMessage
com.dstc.security.kerberos This package defines the main Kerberos 5 interfaces and classes. 
com.dstc.security.kerberos.msg This package defines interfaces to Kerberos 5 messages. 
 

Uses of KerberosMessage in com.dstc.security.kerberos
 

Methods in com.dstc.security.kerberos that return KerberosMessage
static KerberosMessage Kerberos.getMessage(byte[] encoded)
          Returns a KerberosMessage from its ASN.1 DER encoding.
 

Uses of KerberosMessage in com.dstc.security.kerberos.msg
 

Subinterfaces of KerberosMessage in com.dstc.security.kerberos.msg
 interface APRep
          An interface to the Kerberos application response message.
 interface APReq
          An interface to the Kerberos application request message.
 interface KrbASRep
          An interface to the Kerberos Authentication Service response message.
 interface KrbASReq
          An interface to the Kerberos Authentication Service request message.
 interface KrbCred
          An interface to the Kerberos credential message.
 interface KrbError
           An interface to the Kerberos error message.
 interface KrbTGSRep
          An interface to the Kerberos Ticket Granting Service response message.
 interface KrbTGSReq
          An interface to the Kerberos Ticket Granting Service request message.