May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface java.security.interfaces.DSAParams
Classes that implement this interface allow you to obtain the three variables that are common to both DSA public and private keys.
public interface java.security.interfaces.DSAParams {
// Instance Methods
public BigInteger getP( );
public BigInteger getQ( );
public BigInteger getG( );
}
DSAPrivateKey, DSAPublicKey
|
Read now
Unlock full access