JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
java.base
Package
java.security.interfaces
Interface ECKey
所有已知的子接口:
ECPrivateKey
,
ECPublicKey
public interface
ECKey
椭圆曲线(EC)密钥的接口。
自JDK版本:
1.5
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ECParameterSpec
getParams
()
返回与此密钥关联的域参数。
Method Details
getParams
ECParameterSpec
getParams
()
返回与此密钥关联的域参数。域参数可以在密钥生成过程中明确指定或隐式创建。
返回:
关联的域参数。