Module  java.base

Interface ECKey

  • All Known Subinterfaces:
    ECPrivateKeyECPublicKey


    public interface ECKey
    椭圆曲线(EC)键的界面。
    从以下版本开始:
    1.5
    • 方法详细信息

      • getParams

        ECParameterSpec getParams​()
        返回与此关键字关联的域参数。 域参数是在密钥生成过程中明确指定或隐式创建的。
        结果
        相关联的域参数。