public class SignatureFactory
extends java.lang.Object
A Factory to instantiate signature-with-appendix handlers.
Modifier and Type | Method and Description |
---|---|
static ISignature |
getInstance(java.lang.String ssa)
Returns an instance of a signature-with-appendix scheme given its name.
|
static java.util.Set |
getNames()
Returns a
Set of signature-with-appendix scheme names supported
by this Factory. |
public static final ISignature getInstance(java.lang.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 java.util.Set getNames()
Returns a Set
of signature-with-appendix scheme names supported
by this Factory.
Set
of signature-with-appendix scheme names (Strings).Copyright © 2025. All rights reserved.