public abstract class AbstractTicket extends Object
| Modifier and Type | Field and Description |
|---|---|
protected EncKdcRepPart |
encKdcRepPart |
protected Ticket |
ticket |
| Constructor and Description |
|---|
AbstractTicket(Ticket ticket,
EncKdcRepPart encKdcRepPart) |
| Modifier and Type | Method and Description |
|---|---|
EncKdcRepPart |
getEncKdcRepPart() |
long |
getExpiryTime() |
EncryptionKey |
getSessionKey() |
long |
getStartTime() |
Ticket |
getTicket() |
boolean |
isForwardable() |
protected Ticket ticket
protected EncKdcRepPart encKdcRepPart
public AbstractTicket(Ticket ticket, EncKdcRepPart encKdcRepPart)
public EncKdcRepPart getEncKdcRepPart()
public Ticket getTicket()
public EncryptionKey getSessionKey()
public long getStartTime()
public long getExpiryTime()
public boolean isForwardable()
Copyright © 2021. All rights reserved.