| Package | Description |
|---|---|
| org.apache.kerby.kerberos.kerb.type.base | |
| org.apache.kerby.kerberos.kerb.type.kdc |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionType |
EncryptionType.fromName(String name) |
static EncryptionType |
EncryptionType.fromValue(Integer value) |
EncryptionType |
EtypeInfoEntry.getEtype() |
EncryptionType |
EtypeInfo2Entry.getEtype() |
EncryptionType |
EncryptedData.getEType() |
EncryptionType |
EncryptionKey.getKeyType() |
static EncryptionType |
EncryptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionType[] |
EncryptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EtypeInfoEntry.setEtype(EncryptionType etype) |
void |
EtypeInfo2Entry.setEtype(EncryptionType etype) |
void |
EncryptedData.setEType(EncryptionType eType)
Sets the
EncryptionType value |
void |
EncryptionKey.setKeyType(EncryptionType keyType) |
| Constructor and Description |
|---|
EncryptionKey(EncryptionType keyType,
byte[] keyData) |
EncryptionKey(EncryptionType keyType,
byte[] keyData,
int kvno) |
| Modifier and Type | Method and Description |
|---|---|
EncryptionType |
KdcClientRequest.getEncryptionType() |
| Modifier and Type | Method and Description |
|---|---|
List<EncryptionType> |
KdcReqBody.getEtypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcClientRequest.setEncryptionType(EncryptionType encryptionType) |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcReqBody.setEtypes(List<EncryptionType> etypes) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.