org.erights.e.elib.sealing
Class Brand
java.lang.Object
|
+--org.erights.e.elib.sealing.Brand
- All Implemented Interfaces:
- Marker, PassByProxy, Persistent, Serializable
- public final class Brand
- extends Object
- implements PassByProxy, Persistent
Safe:
- See Also:
- Serialized Form
serialVersionUID
static final long serialVersionUID
myName
private final String myName
Brand
private Brand(String name)
pair
public static Object[] pair(String brandName)
- Enabled: @deprecated Use
run(String)
instead.
run
public static Object[] run(String brandName)
- Enabled: Returns a Sealer/Unsealer pair identified with a new unique
Brand of the specified (non-unique) name.
__printOn
public void __printOn(TextWriter out)
throws IOException
- Enabled: The name of this Brand.
Multiple distinct Brands may have the same name. For purposes of
security, only the EQ-identity of a Brand is significant, not its name.
IOException
toString
public String toString()
- Suppressed: Same string as
__printOn(TextWriter)
- Overrides:
toString
in class Object
- Returns:
- a string representation of the object.
comments?