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

Packages that use KrbTGSRep
com.dstc.security.kerberos This package defines the main Kerberos 5 interfaces and classes. 
 

Uses of KrbTGSRep in com.dstc.security.kerberos
 

Methods in com.dstc.security.kerberos that return KrbTGSRep
 KrbTGSRep Kerberos.getKrbTGSRepFromKDC(KrbTGSReq req)
          Sends the supplied KrbTGSReq to the configured KDC, processes the reply and returns it as a KrbTGSRep, if successful.
 

Methods in com.dstc.security.kerberos with parameters of type KrbTGSRep
 Credential Kerberos.processKrbTGSRep(KrbTGSRep rep, EncryptionKey key)
          Processes (decrypts with the supplied EncryptionKey) a KrbTGSRep obtained from a KDC and returns a Credential.