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