java.security.interfaces
Interface DSAParams

All Known Implementing Classes:
DSAParameterSpec

public interface DSAParams


Method Summary
 BigInteger getG()
           
 BigInteger getP()
           
 BigInteger getQ()
           
 

Method Detail

getP

BigInteger getP()

getQ

BigInteger getQ()

getG

BigInteger getG()


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.