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

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

Uses of KrbASReq in com.dstc.security.kerberos
 

Methods in com.dstc.security.kerberos that return KrbASReq
 KrbASReq Kerberos.createKrbASReq(PrincipalName sName, KDCOptions options, InetAddress[] adds, Date validFrom, Date validTill, PaData[] padatas)
          Creates and returns a KrbASReq in order to send to a KDC.
 

Methods in com.dstc.security.kerberos with parameters of type KrbASReq
 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.