org.erights.e.elib.sealing
Class SealedBox
java.lang.Object
  |
  +--org.erights.e.elib.sealing.SealedBox
- All Implemented Interfaces: 
 - Marker, PassByProxy, Persistent, Serializable
 
- public class SealedBox
- extends Object
- implements PassByProxy, Persistent
   
Untamed:
- See Also:
 - Serialized Form
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
serialVersionUID
static final long serialVersionUID
myContents
final Object myContents
myBrand
private final Brand myBrand
SealedBox
SealedBox(Object contents,
          Brand brand)
getBrand
public Brand getBrand()
- Enabled:  The Brand of the 
Sealer that sealed this box,
 and therefore the Brand of the Unsealer required to
 obtain my contents.
 
 
 
__printOn
public void __printOn(TextWriter out)
               throws IOException
- Enabled:  Prints using the Brand's name
 
IOException
 
 
comments?