org.apache.geronimo.util.crypto.params
Class DSAPublicKeyParameters
java.lang.Object
org.apache.geronimo.util.crypto.params.AsymmetricKeyParameter
org.apache.geronimo.util.crypto.params.DSAKeyParameters
org.apache.geronimo.util.crypto.params.DSAPublicKeyParameters
- All Implemented Interfaces:
- CipherParameters
public class DSAPublicKeyParameters
- extends DSAKeyParameters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSAPublicKeyParameters
public DSAPublicKeyParameters(BigInteger y,
DSAParameters params)
getY
public BigInteger getY()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.