JDK 1.6中文文档
首页
服务器
java.security.interfaces
接口
DSAKey
DSAKeyPairGenerator
DSAParams
DSAPrivateKey
DSAPublicKey
ECKey
ECPrivateKey
ECPublicKey
RSAKey
RSAMultiPrimePrivateCrtKey
RSAPrivateCrtKey
RSAPrivateKey
RSAPublicKey
java.security.interfaces
接口 ECKey
所有已知子接口:
ECPrivateKey
,
ECPublicKey
public interface
ECKey
椭圆曲线 (EC) 密钥的接口。
从以下版本开始:
1.5
方法摘要
ECParameterSpec
getParams
()
返回与此密钥关联的域参数。
方法详细信息
getParams
ECParameterSpec
getParams
()
返回与此密钥关联的域参数。域参数要么显式地指定,要么在生成密钥的过程中隐式创建。
返回:
关联的域参数。