Node:The SignatureFactory Class, Next:The ISignatureCodec Interface, Previous:The ISignature Interface, Up:Signatures
Instances of ISignature can be retrieved with the class
methods of the SignatureFactory class:
| ISignature getInstance (java.lang.String name) | Function |
Creates an instance of the signature scheme for name, or
null if there is no such algorithm.
|
| java.util.Set getNames () | Function |
Returns a set of the names (java.lang.String) of all available
signature schemes.
|