|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransitedEncodingType | |
|---|---|
| org.apache.directory.server.kerberos.shared.messages.value | Provides value object components of Kerberos messages. |
| Uses of TransitedEncodingType in org.apache.directory.server.kerberos.shared.messages.value |
|---|
| Fields in org.apache.directory.server.kerberos.shared.messages.value declared as TransitedEncodingType | |
|---|---|
static TransitedEncodingType |
TransitedEncodingType.DOMAIN_X500_COMPRESS
Constant for the "Domain X500 compress" transited encoding type. |
static TransitedEncodingType |
TransitedEncodingType.NULL
Constant for the "null" transited encoding type. |
| Fields in org.apache.directory.server.kerberos.shared.messages.value with type parameters of type TransitedEncodingType | |
|---|---|
static java.util.List<TransitedEncodingType> |
TransitedEncodingType.VALUES
A List of all the transited encoding type constants. |
| Methods in org.apache.directory.server.kerberos.shared.messages.value that return TransitedEncodingType | |
|---|---|
TransitedEncodingType |
TransitedEncoding.getType()
Returns the TransitedEncodingType. |
static TransitedEncodingType |
TransitedEncodingType.getTypeByOrdinal(int type)
Returns the transited encoding type when specified by its ordinal. |
| Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type TransitedEncodingType | |
|---|---|
int |
TransitedEncodingType.compareTo(TransitedEncodingType that)
|
| Constructors in org.apache.directory.server.kerberos.shared.messages.value with parameters of type TransitedEncodingType | |
|---|---|
TransitedEncoding(TransitedEncodingType type,
byte[] contents)
Creates a new instance of TransitedEncoding. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||