java.lang.Object
java.lang.Thread
com.ciphercore.Child
com.ciphercore.samples.ChildDemo
- All Implemented Interfaces:
- java.lang.Runnable
- public class ChildDemo
- extends com.ciphercore.Child
| Nested classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
|
Method Summary |
boolean |
accessRestricted()
Override this method to return "false" to disable password checking. |
void |
handleClient()
This is the only method you must implement in your child. |
| Methods inherited from class com.ciphercore.Child |
close, finalize, getBaseInputStream, getBaseOutputStream, getCipherSelf, getDecryptCipher, getEncryptCipher, getInterProcessObject, getPort, getPublicEncoded, getServerSocket, getSocket, getUserHash, getUserHashes, getUserHashesLocation, initializeCrypto, initializeInterProcessObject, locateFiles, readUserHashes, run, setBaseInputStream, setBaseOutputStream, setCipherSelf, setInterProcessObject, setServerSocket, setSocket, setUserHashes, setUserHashesLocation, verifyPassword |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
ChildDemo
public ChildDemo()
handleClient
public void handleClient()
- Description copied from class:
com.ciphercore.Child
- This is the only method you must implement in your child.
accessRestricted
public boolean accessRestricted()
- Description copied from class:
com.ciphercore.Child
- Override this method to return "false" to disable password checking.