org.neociclo.odetteftp.security
Class UserPrivateKeyCallback
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserPrivateKeyCallback
public UserPrivateKeyCallback(String oid)
getUserCode
public String getUserCode()
setKey
public void setKey(PrivateKey key)
getKey
public PrivateKey getKey()
ACCORD