|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.security.QSSha1RsaSignature
A QSSignature subtype for RSA/SHA-1 signatures.
SignedQS
Constructor Summary | |
---|---|
QSSha1RsaSignature()
The default constructor. |
|
QSSha1RsaSignature(InputBuffer buffer)
The deserialization constructor. |
Method Summary | |
---|---|
String |
algorithm()
The signing algorithm. |
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
provider()
The signing algorithm's provider, as used with getInstance . |
void |
serialize(OutputBuffer buffer)
Add the object to the buffer . |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QSSha1RsaSignature()
public QSSha1RsaSignature(InputBuffer buffer)
QuickSerializable
for details.
Method Detail |
public String algorithm()
QSSignature
QSSignature.provider()
, a user of this class should be able to produce a
signature engine to pass to SignedQS.verify(java.security.PublicKey, java.security.Signature)
by calling Signature.getInstance(String, String)
.
algorithm
in interface QSSignature
public String provider()
QSSignature
getInstance
. Using this and the value of QSSignature.algorithm()
, a user of this class should be able to produce a
signature engine to pass to SignedQS.verify(java.security.PublicKey, java.security.Signature)
by calling
Signature.getInstance(String, String)
.
provider
in interface QSSignature
public void serialize(OutputBuffer buffer)
QuickSerializable
buffer
.
serialize
in interface QuickSerializable
buffer
- the output buffer to add the object topublic int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |