May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface java.security.interfaces.DSAPublicKey
Classes that implement this interface allow you to retrieve the public key parameter used to calculate a DSA public key.
public interface java.security.interfaces.DSAPublicKey {
// Instance Methods
public BigInteger getY( );
}
DSAParams, DSAPrivateKey
|
Read now
Unlock full access