487488489490491492493494
* * @return * @throws Exception */ protected SecretKey getSessionKey(byte[] serviceTicket) throws Exception { KrbTicketDecoder decoder = new KrbTicketDecoder(serviceTicket, subject); return decoder.getSessionKey(); }