Name

Interface java.security.interfaces.DSAKey

Description

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 Cryptography 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.