public interface

ECPrivateKey

implements PrivateKey ECKey
org.bouncycastle.jce.interfaces.ECPrivateKey
Known Indirect Subclasses

Class Overview

interface for Elliptic Curve Private keys.

Summary

[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PrivateKey
Public Methods
abstract BigInteger getD()
return the private value D.
[Expand]
Inherited Methods
From interface java.security.Key
From interface org.bouncycastle.jce.interfaces.ECKey

Public Methods

public abstract BigInteger getD ()

return the private value D.