|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.sig.SignatureFactory
A Factory to instantiate signature-with-appendix handlers.
Method Summary | |
static ISignature |
getInstance(java.lang.String ssa)
Returns an instance of a signature-with-appendix scheme given its name. |
static java.util.Set |
getNames()
Returns a Set of signature-with-appendix scheme names supported
by this Factory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final ISignature getInstance(java.lang.String ssa)
Returns an instance of a signature-with-appendix scheme given its name.
ssa
- the case-insensitive signature-with-appendix scheme name.
null
if none found.public static final java.util.Set getNames()
Returns a Set
of signature-with-appendix scheme names supported
by this Factory.
Set
of signature-with-appendix scheme names (Strings).
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |