to top
Android APIs
public interface

DSAPublicKey

implements PublicKey DSAKey
java.security.interfaces.DSAPublicKey

Class Overview

The interface for a Digital Signature Algorithm (DSA) public key.

Summary

Constants
long serialVersionUID The serial version identifier.
[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PublicKey
Public Methods
abstract BigInteger getY()
Returns the public key value y.
[Expand]
Inherited Methods
From interface java.security.Key
From interface java.security.interfaces.DSAKey

Constants

public static final long serialVersionUID

Added in API level 1

The serial version identifier.

Constant Value: 1234526332779022332 (0x1121eb28ab28c7fc)

Public Methods

public abstract BigInteger getY ()

Added in API level 1

Returns the public key value y.

Returns
  • the public key value y.