May 1998
Intermediate to advanced
469 pages
14h 57m
English
Interface java.security.interfaces.DSAKey
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.
public interface java.security.interfaces.DSAKey {
// Instance Methods
public DSAParams getParams();
}
PrivateKey, PublicKey