|
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.Objectgnu.crypto.sig.SignatureFactory
public class SignatureFactory
A Factory to instantiate signature-with-appendix handlers.
Method Summary | |
---|---|
static ISignature |
getInstance(String ssa)
Returns an instance of a signature-with-appendix scheme given its name. |
static 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(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 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 |