Bouncy Castle Cryptography 1.19

java.security.spec
Class DSAPublicKeySpec

java.lang.Object
  |
  +--java.security.spec.DSAPublicKeySpec
All Implemented Interfaces:
KeySpec

public class DSAPublicKeySpec
extends java.lang.Object
implements KeySpec


Constructor Summary
DSAPublicKeySpec(java.math.BigInteger y, java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g)
           
 
Method Summary
 java.math.BigInteger getG()
           
 java.math.BigInteger getP()
           
 java.math.BigInteger getQ()
           
 java.math.BigInteger getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSAPublicKeySpec

public DSAPublicKeySpec(java.math.BigInteger y,
                        java.math.BigInteger p,
                        java.math.BigInteger q,
                        java.math.BigInteger g)
Method Detail

getG

public java.math.BigInteger getG()

getP

public java.math.BigInteger getP()

getQ

public java.math.BigInteger getQ()

getY

public java.math.BigInteger getY()

Bouncy Castle Cryptography 1.19