Example usage for Java java.security.interfaces DSAKeyPairGenerator fields, constructors, methods, implement or subclass
The text is from its open source code.
void | initialize(int modlen, boolean genParams, SecureRandom random) Initializes the key pair generator for a given modulus length (instead of parameters), and an optional SecureRandom bit source. |