Name

Interface java.security.interfaces.DSAKeyPair-Generator

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, 2nd Edition 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.