|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neuclear.id.SignedNamedObject
public class SignedNamedObject
The SignedNamedObject is a secure object normally encapsulating a Digitally signed contract of some sort.
Instances of SignedNamedObject and its sub classes are never instantiated directly by client code. Instead it is created by its Reader inner class. This Reader implements NamedObjectReader and is called by VerifyingReader.
In most cases a user will load NamedObject through one of two methods:
These NamedObjectBuilder objects should be signed using your Signer, before being sent on to a web service.
NamedObjectReader,
VerifyingReader,
Resolver,
Sender,
Signer| Constructor Summary | |
|---|---|
protected |
SignedNamedObject(SignedNamedCore core)
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
static org.dom4j.QName |
createNEUIDQName(java.lang.String name)
|
boolean |
equals(java.lang.Object object)
|
java.lang.String |
getDigest()
|
java.lang.String |
getEncoded()
The original xml document |
java.lang.String |
getName()
The full name (URI) of an object |
Signatory |
getSignatory()
The Signatory of the current document. |
java.lang.String |
getTagName()
The full name (URI) of an object |
java.sql.Timestamp |
getTimeStamp()
The time the object was signed |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected SignedNamedObject(SignedNamedCore core)
| Method Detail |
|---|
public final java.lang.String getName()
public final java.lang.String getTagName()
public final java.sql.Timestamp getTimeStamp()
public final Signatory getSignatory()
public final java.lang.String getEncoded()
public final java.lang.String getDigest()
public static final org.dom4j.QName createNEUIDQName(java.lang.String name)
public final int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic final boolean equals(java.lang.Object object)
equals in class java.lang.Object
public final java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||