All signature algorithms in GNU Crypto have their corresponding key pair generators, which implement this interface and provide the following methods:
Initializes this key pair generator with the given attrubutes. The property names used are algorithm-dependent, and are described in the next section. This method throws a
java.lang.IllegalArgumentException
if the given attributes are incorrect or incomplete.