to top
Android APIs
public interface

DSAPrivateKey

implements PrivateKey DSAKey
java.security.interfaces.DSAPrivateKey

Class Overview

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

Summary

Constants
long serialVersionUID The serial version identifier.
[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PrivateKey
Public Methods
abstract BigInteger getX()
Returns the private key value x.
[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: 7776497482533790279 (0x6bebab423b256247)

Public Methods

public abstract BigInteger getX ()

Added in API level 1

Returns the private key value x.

Returns
  • the private key value x.