Uses of Class
org.apache.directory.shared.kerberos.codec.types.TransitedEncodingType

Packages that use TransitedEncodingType
org.apache.directory.shared.kerberos.codec.types   
org.apache.directory.shared.kerberos.components   
 

Uses of TransitedEncodingType in org.apache.directory.shared.kerberos.codec.types
 

Methods in org.apache.directory.shared.kerberos.codec.types that return TransitedEncodingType
static TransitedEncodingType TransitedEncodingType.getTypeByOrdinal(int type)
          Returns the transited encoding type when specified by its value.
static TransitedEncodingType TransitedEncodingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransitedEncodingType[] TransitedEncodingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of TransitedEncodingType in org.apache.directory.shared.kerberos.components
 

Methods in org.apache.directory.shared.kerberos.components that return TransitedEncodingType
 TransitedEncodingType TransitedEncoding.getTrType()
          Returns the TransitedEncodingType.
 

Methods in org.apache.directory.shared.kerberos.components with parameters of type TransitedEncodingType
 void TransitedEncoding.setTrType(TransitedEncodingType trType)
          Set the transited encoding type
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.