May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class java.security.spec.DSAParameterSpec
This class provides the basis for DSA key generation via parameters; it encapsulates the three parameters that are common to DSA algorithms.
public class java.security.spec.DSAParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec,
java.security.interfaces.DSAParams {
// Constructors
public DSAParameterSpec(BigInteger, BigInteger, BigInteger);
// Instance Methods
public BigInteger getG( );
public BigInteger getP( );
public BigInteger getQ( );
}
AlgorithmParameterSpec, DSAParams, DSAPrivateKeySpec, DSAPublicKeySpec
|
Read now
Unlock full access