Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.ciphermod
Class DmcaChild  view DmcaChild download DmcaChild.java

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.ciphercore.Child
          extended bycom.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 Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class com.ciphercore.Child
PORT_MIN, PORT_RANGE
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
DmcaChild()
           
 
Method Summary
protected  void setBaseInputStream(java.io.InputStream baseIn)
          Override com.ciphercore.Child's method with a method that wraps the CipherInputStream in a CopyrightedInputStream.
protected  void setBaseOutputStream(java.io.OutputStream baseOut)
          Override com.ciphercore.Child's method with a method that wraps the CipherOutputStream in a CopyrightedOutputStream.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DmcaChild

public DmcaChild()
Method Detail

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.