Name

Interface java.security.interfaces.DSAKey

Synopsis

This interface represents public and private keys that are suitable for use in DSA signature algorithms. This interface allows you to retrieve DSA-specific information from a suitable DSA key.

Interface Definition

public interface java.security.interfaces.DSAKey {
	
	// Instance Methods
	public DSAParams getParams();
}

See also:

PrivateKey, PublicKey

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.