Uses of Class
org.apache.directory.server.kerberos.shared.messages.application.ApplicationReply

Packages that use ApplicationReply
org.apache.directory.server.kerberos.shared.io.decoder Provides the decoders for Kerberos message objects. 
org.apache.directory.server.kerberos.shared.io.encoder Provides the encoders for Kerberos message objects. 
 

Uses of ApplicationReply in org.apache.directory.server.kerberos.shared.io.decoder
 

Methods in org.apache.directory.server.kerberos.shared.io.decoder that return ApplicationReply
 ApplicationReply ApplicationReplyDecoder.decode(byte[] encodedAuthHeader)
          Decodes a byte array into an ApplicationReply.
 

Uses of ApplicationReply in org.apache.directory.server.kerberos.shared.io.encoder
 

Methods in org.apache.directory.server.kerberos.shared.io.encoder with parameters of type ApplicationReply
 byte[] ApplicationReplyEncoder.encode(ApplicationReply reply)
          Encodes an ApplicationReply into a byte array.
 



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