Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security.interfaces

Interface DSAPublicKey

java.lang.Object
|
+--java.io.Serializable
   |
   +--java.security.Key
      |
      +--java.security.PublicKey
         |
         +--java.security.interfaces.DSAPublicKey

All Implemented Interfaces:

PublicKey, Key, Serializable


public interface DSAPublicKey

implements PublicKey

This interface models a Digital Signature Algorithm (DSA) public key

Author:

Method Summary

java.math.BigIntegergetY()

This method returns the value of the DSA public key

Method Details

getY

public BigInteger getY()

This method returns the value of the DSA public key