|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use APOptions | |
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 APOptions in com.dstc.security.kerberos |
Methods in com.dstc.security.kerberos with parameters of type APOptions | |
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 APOptions in com.dstc.security.kerberos.msg |
Methods in com.dstc.security.kerberos.msg that return APOptions | |
APOptions |
APReq.getAPOptions()
Returns the APOptions in this request |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |