org.neociclo.odetteftp.security
Class EncryptAuthenticationChallengeCallback

java.lang.Object
  extended by org.neociclo.odetteftp.security.EncryptAuthenticationChallengeCallback
All Implemented Interfaces:
Callback

public class EncryptAuthenticationChallengeCallback
extends Object
implements Callback

Version:
$Rev: 596 $ $Date: 2010-08-13 13:23:51 -0300 (Fri, 13 Aug 2010) $
Author:
Rafael Marins

Constructor Summary
EncryptAuthenticationChallengeCallback(byte[] plainChallenge, OdetteFtpSession session)
           
 
Method Summary
 byte[] getChallenge()
           
 byte[] getEncodedChallenge()
           
 OdetteFtpSession getSession()
           
 void setEncodedChallenge(byte[] encodedChallenge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptAuthenticationChallengeCallback

public EncryptAuthenticationChallengeCallback(byte[] plainChallenge,
                                              OdetteFtpSession session)
Method Detail

getEncodedChallenge

public byte[] getEncodedChallenge()

setEncodedChallenge

public void setEncodedChallenge(byte[] encodedChallenge)

getChallenge

public byte[] getChallenge()

getSession

public OdetteFtpSession getSession()


ACCORD