|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class used to map a particular digital signature algorithm and provider to a type code, for more efficient encoding.
SignedQS
Method Summary | |
---|---|
String |
algorithm()
The signing algorithm. |
String |
provider()
The signing algorithm's provider, as used with getInstance . |
Methods inherited from interface ostore.util.QuickSerializable |
---|
serialize |
Method Detail |
public String algorithm()
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)
.
public String provider()
getInstance
. Using this and the value of 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)
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |