| Modifier and Type | Method and Description |
|---|---|
EncryptedData |
ApReq.getEncryptedAuthenticator() |
EncryptedData |
ApRep.getEncryptedEncPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApReq.setEncryptedAuthenticator(EncryptedData encryptedAuthenticator)
Stores the encrypted authenticator in the message
|
void |
ApRep.setEncryptedEncPart(EncryptedData encPart)
Set the encrypted part into the message
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedData |
KrbFastArmoredRep.getEncFastRep() |
EncryptedData |
KrbFastFinished.getEncFastReq() |
EncryptedData |
KrbFastArmoredReq.getEncryptedFastReq() |
| Modifier and Type | Method and Description |
|---|---|
void |
KrbFastArmoredRep.setEncFastRep(EncryptedData encFastRep) |
void |
KrbFastFinished.setEncFastReq(EncryptedData encFastReq) |
void |
KrbFastArmoredReq.setEncryptedFastReq(EncryptedData encFastReq) |
| Modifier and Type | Method and Description |
|---|---|
EncryptedData |
KdcReqBody.getEncryptedAuthorizationData() |
EncryptedData |
KdcRep.getEncryptedEncPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcReqBody.setEncryptedAuthorizationData(EncryptedData encAuthorizationData) |
void |
KdcRep.setEncryptedEncPart(EncryptedData encryptedEncPart) |
| Modifier and Type | Method and Description |
|---|---|
EncryptedData |
Ticket.getEncryptedEncPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
Ticket.setEncryptedEncPart(EncryptedData encryptedEncPart) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.