| 
|||||||||||
| 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()
QSSignatureQSSignature.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 QSSignaturepublic String provider()
QSSignaturegetInstance.  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 QSSignaturepublic void serialize(OutputBuffer buffer)
QuickSerializablebuffer.
serialize in interface QuickSerializablebuffer - the output buffer to add the object topublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||