Name

Interface java.security.interfaces.DSAKeyPairGenerator

Synopsis

This interface represents key generators that can be used to generate pairs of DSA keys. Key pair generators that implement this interface can be initialized with information specific to DSA key generation.

Interface Definition

public interface java.security.interfaces.DSAKeyPairGenerator {

	// Instance Methods
	public void initialize(DSAParams, SecureRandom);
	public void initialize(int, boolean, SecureRandom);
}

See also:

KeyPairGenerator

Get Java Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.