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

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

Uses of KrbASRep in com.dstc.security.kerberos
 

Methods in com.dstc.security.kerberos that return KrbASRep
 KrbASRep Kerberos.getKrbASRepFromKDC(KrbASReq req, EncryptionKey key)
          Sends the supplied KrbASReq to the configured KDC, processes the reply and returns it as a KrbASRep, if successful.
 

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