May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface java.security.interfaces.DSAKey
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.
public interface java.security.interfaces.DSAKey {
// Instance Methods
public DSAParams getParams( );
}
PrivateKey, PublicKey
|
Read now
Unlock full access