org.neociclo.odetteftp.security
Class UserPrivateKeyCallback

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

public class UserPrivateKeyCallback
extends Object
implements Callback

Version:
$Rev: 312 $ $Date: 2010-05-07 12:23:16 -0300 (Fri, 07 May 2010) $
Author:
Rafael Marins

Constructor Summary
UserPrivateKeyCallback(String oid)
           
 
Method Summary
 PrivateKey getKey()
           
 String getUserCode()
           
 void setKey(PrivateKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPrivateKeyCallback

public UserPrivateKeyCallback(String oid)
Method Detail

getUserCode

public String getUserCode()

setKey

public void setKey(PrivateKey key)

getKey

public PrivateKey getKey()


ACCORD