java.security.spec
Class DSAPublicKeySpec
java.lang.Object
java.security.spec.DSAPublicKeySpec
- All Implemented Interfaces:
- KeySpec
public class DSAPublicKeySpec
- extends Object
- implements KeySpec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSAPublicKeySpec
public DSAPublicKeySpec(BigInteger var0,
BigInteger var1,
BigInteger var2,
BigInteger var3)
getG
public BigInteger getG()
getP
public BigInteger getP()
getQ
public BigInteger getQ()
getY
public BigInteger getY()
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.