com.ca.directory.jxplorer.editor
Class userCertificateEditor

java.lang.Object
  |
  +--com.ca.directory.jxplorer.editor.userCertificateEditor
All Implemented Interfaces:
AbstractBinaryEditor

public class userCertificateEditor
extends java.lang.Object
implements AbstractBinaryEditor

Cerrtificate Editor. Allows user to enter a masked binary password.


Constructor Summary
userCertificateEditor(java.awt.Frame owner)
           
 
Method Summary
 void setValue(EditableBinary editMe)
          Uses the static editCertificate method in CertViewer to display (and potentially edit) the certificate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

userCertificateEditor

public userCertificateEditor(java.awt.Frame owner)
Method Detail

setValue

public void setValue(EditableBinary editMe)
Uses the static editCertificate method in CertViewer to display (and potentially edit) the certificate.

Specified by:
setValue in interface AbstractBinaryEditor