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

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

Uses of APReq in com.dstc.security.kerberos
 

Methods in com.dstc.security.kerberos that return APReq
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.
static APReq Kerberos.decryptApplicationRequest(EncryptionKey key, APReq apReq)
          Decrypts a supplied APReq with a given Kerberos encryption key and returns a decrypted APReq.
 

Methods in com.dstc.security.kerberos with parameters of type APReq
static APReq Kerberos.decryptApplicationRequest(EncryptionKey key, APReq apReq)
          Decrypts a supplied APReq with a given Kerberos encryption key and returns a decrypted APReq.