public class KrbTicketDecoder
extends java.lang.Object
| Constructor and Description |
|---|
KrbTicketDecoder(byte[] serviceTicket,
javax.security.auth.Subject subject)
Construct a Kerberos Ticket Decoder.
|
| Modifier and Type | Method and Description |
|---|---|
javax.crypto.SecretKey |
getSessionKey()
Get the session key from the decoded service ticket.
|
public KrbTicketDecoder(byte[] serviceTicket,
javax.security.auth.Subject subject)
serviceTicket - the AP-REQ service ticket that is to be decodesubject - the JAAS subject containing the secret key for the server
principalCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.