模块 java.base

接口 XECKey

所有已知的子接口:
XECPrivateKey , XECPublicKey

public interface XECKey
RFC 7748 定义的椭圆曲线公钥/私钥的接口。这些密钥与 ECKey 表示的密钥不同,它们旨在用于基于 RFC 7748 的算法,例如 XDH KeyAgreement 算法。该接口允许访问与密钥关联的算法参数。
自从:
11
  • 方法总结

    修饰符和类型
    方法
    描述
    返回与密钥关联的算法参数。
  • 方法详情

    • getParams

      AlgorithmParameterSpec  getParams()
      返回与密钥关联的算法参数。
      返回:
      相关算法参数