public interface ECPrivateKey
implements PrivateKey, ECKey
java.security.interfaces.ECPrivateKey |
椭圆曲线(EC)私钥的接口。
也可以看看:
Constants |
|
---|---|
long |
serialVersionUID 设置为指示序列化兼容性的类指纹。 |
Inherited constants |
---|
From interface java.security.PrivateKey
|
From interface java.security.Key
|
Public methods |
|
---|---|
abstract BigInteger |
getS() 返回私有值S. |
Inherited methods |
|
---|---|
From interface java.security.interfaces.ECKey
|
|
From interface java.security.Key
|
long serialVersionUID
设置为指示序列化兼容性的类指纹。
常量值:-7896394956925609184(0x926a5e9fa2435b20)