org.neociclo.odetteftp.security
Class EncryptAuthenticationChallengeCallback
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptAuthenticationChallengeCallback
public EncryptAuthenticationChallengeCallback(byte[] plainChallenge,
OdetteFtpSession session)
getEncodedChallenge
public byte[] getEncodedChallenge()
setEncodedChallenge
public void setEncodedChallenge(byte[] encodedChallenge)
getChallenge
public byte[] getChallenge()
getSession
public OdetteFtpSession getSession()
ACCORD