Name

Interface java.security.interfaces.DSAKey

Synopsis

This interface represents public and private keys that are suitable for use in DSA signature algorithms. It 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, 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.