gnu.crypto.sig
Class SignatureFactory
java.lang.Object
gnu.crypto.sig.SignatureFactory
public class SignatureFactory
extends java.lang.Object
A Factory to instantiate signature-with-appendix handlers.
Version:
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.