org.bitcoin.x6763.crypto.ecdsa.interfaces
Interface ECPrivateKey

All Superinterfaces:
ECKey, java.security.Key, java.security.PrivateKey, java.io.Serializable
All Known Implementing Classes:
PrivateKey

public interface ECPrivateKey
extends java.security.PrivateKey, ECKey


Field Summary
 
Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 java.math.BigInteger getS()
           
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 
Methods inherited from interface org.bitcoin.x6763.crypto.ecdsa.interfaces.ECKey
getParams
 

Method Detail

getS

java.math.BigInteger getS()