Module java.base

Interface XECKey

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

public interface XECKey
一个由RFC 7748定义的椭圆曲线公钥/私钥的接口。这些密钥与由ECKey表示的密钥不同,并且用于基于RFC 7748的算法,如XDH KeyAgreement算法。此接口允许访问与密钥关联的算法参数。
自:
11
  • Method Summary

    Modifier and Type
    Method
    Description
    返回与密钥关联的算法参数。
  • Method Details

    • getParams

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