java.lang.Object
java.lang.Thread
com.ciphercore.Child
com.ciphermod.DmcaChild
- All Implemented Interfaces:
- java.lang.Runnable
- public abstract class DmcaChild
- extends com.ciphercore.Child
DmcaChild is an extension of com.ciphercore.Child.
It wraps the encrypted streams in CopyrightedStreams.
As a result, it is a violation of the DMCA to break
the encryption.
| Nested classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
| Methods inherited from class com.ciphercore.Child |
accessRestricted, close, finalize, getBaseInputStream, getBaseOutputStream, getCipherSelf, getDecryptCipher, getEncryptCipher, getInterProcessObject, getPort, getPublicEncoded, getServerSocket, getSocket, getUserHash, getUserHashes, getUserHashesLocation, handleClient, initializeCrypto, initializeInterProcessObject, locateFiles, readUserHashes, run, 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 |
DmcaChild
public DmcaChild()
setBaseInputStream
protected void setBaseInputStream(java.io.InputStream baseIn)
- Override com.ciphercore.Child's method with a method
that wraps the CipherInputStream in a CopyrightedInputStream.
setBaseOutputStream
protected void setBaseOutputStream(java.io.OutputStream baseOut)
- Override com.ciphercore.Child's method with a method
that wraps the CipherOutputStream in a CopyrightedOutputStream.