FileDocCategorySizeDatePackage
DSAPublicKey.javaAPI DocAndroid 1.5 API1409Wed May 06 22:41:06 BST 2009java.security.interfaces

DSAPublicKey

public interface DSAPublicKey implements DSAKey, PublicKey
The interface for a Digital Signature Algorithm (DSA) public key.
since
Android 1.0

Fields Summary
public static final long
serialVersionUID
The serial version identifier.
Constructors Summary
Methods Summary
public java.math.BigIntegergetY()
Returns the public key value {@code y}.

return
the public key value {@code y}.
since
Android 1.0