- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for KerberosApRequest (0.07 sec)
-
src/main/java/jcifs/pac/kerberos/KerberosApRequest.java
*/ public class KerberosApRequest { private byte apOptions; private KerberosTicket ticket; /** * Creates a Kerberos AP request from a token. * * @param token the Kerberos AP-REQ token * @param keys the Kerberos keys for decryption * @throws PACDecodingException if the token cannot be decoded */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.9K bytes - Viewed (0) -
src/main/java/jcifs/pac/kerberos/KerberosToken.java
*/ public KerberosTicket getTicket() { return this.apRequest.getTicket(); } /** * Returns the Kerberos AP request. * * @return the KerberosApRequest object */ public KerberosApRequest getApRequest() { return this.apRequest; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.8K bytes - Viewed (0)