Uses of Class
com.dstc.security.kerberos.Checksum

Packages that use Checksum
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 Checksum in com.dstc.security.kerberos
 

Methods in com.dstc.security.kerberos with parameters of type Checksum
static APReq Kerberos.createApplicationRequest(Credential cred, APOptions apOpts, int seqNum, Checksum cksum, EncryptionKey subKey)
          Creates and returns an APReq to hand over to a Kerberized application, using a supplied Credential and request options.
 

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

Methods in com.dstc.security.kerberos.msg that return Checksum
 Checksum APReq.getChecksum()
          Returns the Checksum in this Request, or null if absent