gnu.crypto.sig

Class SignatureFactory

public class SignatureFactory extends Object

A Factory to instantiate signature-with-appendix handlers.

Version: $Revision: 1.5 $

Method Summary
static ISignaturegetInstance(String ssa)

Returns an instance of a signature-with-appendix scheme given its name.

static SetgetNames()

Returns a Set of signature-with-appendix scheme names supported by this Factory.

Method Detail

getInstance

public static final ISignature getInstance(String ssa)

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.

getNames

public static final Set getNames()

Returns a Set of signature-with-appendix scheme names supported by this Factory.

Returns: a Set of signature-with-appendix scheme names (Strings).

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.