gnu.crypto.sig
Class SignatureFactory
public class SignatureFactory
A Factory to instantiate signature-with-appendix handlers.
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.
|
getInstance
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.
- an instance of the scheme, or
null if none found.
getNames
public static final Set getNames()
Returns a Set of signature-with-appendix scheme names supported
by this Factory.
- a
Set of signature-with-appendix scheme names (Strings).
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.