org.neociclo.odetteftp.security
Class UserCertificateCallback

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

public class UserCertificateCallback
extends Object
implements Callback

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

Constructor Summary
UserCertificateCallback(String oid)
           
 
Method Summary
 X509Certificate getCertificate()
           
 String getUserCode()
           
 void setCertificate(X509Certificate cert)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserCertificateCallback

public UserCertificateCallback(String oid)
Method Detail

getUserCode

public String getUserCode()

getCertificate

public X509Certificate getCertificate()

setCertificate

public void setCertificate(X509Certificate cert)


ACCORD