|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KdcErrException | |
|---|---|
| sun.security.mule.krb5 | |
| sun.security.mule.krb5.internal.crypto | |
| Uses of KdcErrException in sun.security.mule.krb5 |
|---|
| Methods in sun.security.mule.krb5 that throw KdcErrException | |
|---|---|
byte[] |
EncryptedData.decrypt(EncryptionKey key,
int usage)
|
boolean |
Checksum.verifyKeyedChecksum(byte[] data,
EncryptionKey key,
int usage)
Verifies the keyed checksum over the data passed in. |
| Constructors in sun.security.mule.krb5 that throw KdcErrException | |
|---|---|
Checksum(int new_cksumType,
byte[] data,
Config kerberosConfig)
Constructs a new Checksum by calculating the checksum over the data using specified checksum type. |
|
Checksum(int new_cksumType,
byte[] data,
EncryptionKey key,
int usage,
Config kerberosConfig)
Constructs a new Checksum by calculating the keyed checksum over the data using specified checksum type. |
|
EncryptedData(EncryptionKey key,
byte[] plaintext,
int usage)
|
|
| Uses of KdcErrException in sun.security.mule.krb5.internal.crypto |
|---|
| Methods in sun.security.mule.krb5.internal.crypto that throw KdcErrException | |
|---|---|
static CksumType |
CksumType.getInstance(Config kerberosConfig)
Returns default checksum type. |
static EType |
EType.getInstance(int eTypeConst)
|
static CksumType |
CksumType.getInstance(int cksumTypeConst)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||