| Modifier and Type | Field and Description |
|---|---|
protected EncKdcRepPart |
AbstractTicket.encKdcRepPart |
| Modifier and Type | Method and Description |
|---|---|
EncKdcRepPart |
AbstractTicket.getEncKdcRepPart() |
| Constructor and Description |
|---|
AbstractTicket(Ticket ticket,
EncKdcRepPart encKdcRepPart) |
ServiceTicket(Ticket ticket,
EncKdcRepPart encKdcRepPart) |
TgTicket(Ticket ticket,
EncKdcRepPart kdcRep,
String clientPrincipal) |
| Modifier and Type | Method and Description |
|---|---|
static EncKdcRepPart |
KerberosDecoder.decodeEncKdcRepPart(byte[] data)
Decode an EncKdcRepPart structure
|
| Modifier and Type | Method and Description |
|---|---|
EncKdcRepPart |
EncKdcRepPartContainer.getEncKdcRepPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
EncKdcRepPartContainer.setEncKdcRepPart(EncKdcRepPart encKdcRepPart)
Set a EncKdcRepPart Object into the container.
|
| Modifier and Type | Field and Description |
|---|---|
protected EncKdcRepPart |
KdcRep.encKdcRepPart
The decoded KDC-REP part
|
| Modifier and Type | Method and Description |
|---|---|
EncKdcRepPart |
KdcRep.getEncKdcRepPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcRep.setEncKdcRepPart(EncKdcRepPart encKdcRepPart) |
| Modifier and Type | Method and Description |
|---|---|
EncKdcRepPart |
EncAsRepPart.getEncKdcRepPart() |
EncKdcRepPart |
EncTgsRepPart.getEncKdcRepPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
EncAsRepPart.setEncKdcRepPart(EncKdcRepPart encKdcRepPart) |
void |
EncTgsRepPart.setEncKdcRepPart(EncKdcRepPart encKdcRepPart) |
Copyright © 2021. All rights reserved.