equal
deleted
inserted
replaced
100 * AP Request protocol message. |
100 * AP Request protocol message. |
101 * @param mutualRequired Whether mutual authentication is required |
101 * @param mutualRequired Whether mutual authentication is required |
102 * @param useSubkey Whether the subkey is to be used to protect this |
102 * @param useSubkey Whether the subkey is to be used to protect this |
103 * specific application session. If this is not set then the |
103 * specific application session. If this is not set then the |
104 * session key from the ticket will be used. |
104 * session key from the ticket will be used. |
105 * @param checksum checksum of the the application data that accompanies |
105 * @param checksum checksum of the application data that accompanies |
106 * the KRB_AP_REQ. |
106 * the KRB_AP_REQ. |
107 * @throws KrbException for any Kerberos protocol specific error |
107 * @throws KrbException for any Kerberos protocol specific error |
108 * @throws IOException for any IO related errors |
108 * @throws IOException for any IO related errors |
109 * (e.g. socket operations) |
109 * (e.g. socket operations) |
110 */ |
110 */ |