Home » openjdk-7 » java » security » interfaces » [javadoc | source]
java.security.interfaces
public interface: ECPrivateKey [javadoc | source]

All Implemented Interfaces:
    ECKey, PrivateKey

The interface to an elliptic curve (EC) private key.
Field Summary
static final  long serialVersionUID    The class fingerprint that is set to indicate serialization compatibility. 
Method from java.security.interfaces.ECPrivateKey Summary:
getS
Method from java.security.interfaces.ECPrivateKey Detail:
 public BigInteger getS()
    Returns the private value S.