|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.mac.STSVerify
Specifically made for the Station-to-Station Protocol to send
public keys back and forth. Tailored for and used specifically
by HMACDHHandler
.
Constructor Summary | |
---|---|
STSVerify(InputBuffer buffer)
Note, since STSVerify is only used to transport the digest , all this will decode is digest and nothing more The deserialization constructor. |
|
STSVerify(QSDHPublicKey myPu,
QSDHPublicKey otherPu)
Constructor. |
Method Summary | |
---|---|
byte[] |
getEncoded()
|
void |
serialize(OutputBuffer buffer)
Add the object to the buffer . |
void |
to_bytes_helper(OutputBuffer buf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public STSVerify(QSDHPublicKey myPu, QSDHPublicKey otherPu)
public STSVerify(InputBuffer buffer) throws QSException
QuickSerializable
for details.
Method Detail |
public byte[] getEncoded()
public void to_bytes_helper(OutputBuffer buf)
public void serialize(OutputBuffer buffer)
QuickSerializable
buffer
.
serialize
in interface QuickSerializable
buffer
- the output buffer to add the object to
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |