gnu.crypto.sig
public class SignatureFactory extends Object
A Factory to instantiate signature-with-appendix handlers.
Version: $Revision: 1.5 $
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. |
Returns an instance of a signature-with-appendix scheme given its name.
Parameters: ssa the case-insensitive signature-with-appendix scheme name.
Returns: an instance of the scheme, or null
if none found.
Returns a Set of signature-with-appendix scheme names supported by this Factory.
Returns: a Set of signature-with-appendix scheme names (Strings).