May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class java.security.spec.DSAPublicKeySpec
This class provides the ability to calculate a DSA public key based upon the four parameters that comprise the key.
public class java.security.spec.DSAPublicKeySpec
extends java.lang.Object
implements java.security.spec.KeySpec {
// Constructors
public DSAPublicKeySpec(BigInteger, BigInteger,
BigInteger, BigInteger);
// Instance Methods
public BigInteger getG( );
public BigInteger getP( );
public BigInteger getQ( );
public BigInteger getY( );
}
DSAPrivateKeySpec, KeyFactory
|
Read now
Unlock full access