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

Interface DSAPrivateKey

java.lang.Object
|
+--java.io.Serializable
   |
   +--java.security.Key
      |
      +--java.security.PrivateKey
         |
         +--java.security.interfaces.DSAPrivateKey

All Implemented Interfaces:

PrivateKey, Key, Serializable


public interface DSAPrivateKey

implements PrivateKey

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

Author:

Method Summary

java.math.BigIntegergetX()

This method returns the value of the DSA private key

Method Details

getX

public BigInteger getX()

This method returns the value of the DSA private key