Name

DSAKey

Synopsis

This interface defines a method that must be implemented by both public and private DSA keys.

public interface DSAKey {
// Public Instance Methods
     DSAParams getParams( );  
}

Implementations

DSAPrivateKey, DSAPublicKey

Get Java in a Nutshell, 5th 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.